Skip to content
Snippets Groups Projects
Commit 15498f31 authored by Gundalf's avatar Gundalf
Browse files

release 0.1

parent 2ca8c0a9
No related branches found
Tags max-0.1
No related merge requests found
#include "pch.h" #include "pch.h"
#define REGPATH "Software\\NifTools\\NifPlugins" #define REGPATH "Software\\NifTools\\MaxPlugins"
void regSet(HKEY hKey, const char *value, float f); void regSet(HKEY hKey, const char *value, float f);
void regSet(HKEY hKey, const char *value, bool b); void regSet(HKEY hKey, const char *value, bool b);
......
...@@ -246,6 +246,12 @@ ...@@ -246,6 +246,12 @@
</File> </File>
<File <File
RelativePath="..\NifPlugins.cpp"> RelativePath="..\NifPlugins.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"/>
</FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug|Win32"> Name="Debug|Win32">
<Tool <Tool
...@@ -264,6 +270,12 @@ ...@@ -264,6 +270,12 @@
Filter=""> Filter="">
<File <File
RelativePath="NvTriStrip\NvTriStrip.cpp"> RelativePath="NvTriStrip\NvTriStrip.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"/>
</FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug|Win32"> Name="Debug|Win32">
<Tool <Tool
...@@ -273,6 +285,12 @@ ...@@ -273,6 +285,12 @@
</File> </File>
<File <File
RelativePath="NvTriStrip\NvTriStripObjects.cpp"> RelativePath="NvTriStrip\NvTriStripObjects.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"/>
</FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug|Win32"> Name="Debug|Win32">
<Tool <Tool
...@@ -282,6 +300,12 @@ ...@@ -282,6 +300,12 @@
</File> </File>
<File <File
RelativePath="NvTriStrip\VertexCache.cpp"> RelativePath="NvTriStrip\VertexCache.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"/>
</FileConfiguration>
<FileConfiguration <FileConfiguration
Name="Debug|Win32"> Name="Debug|Win32">
<Tool <Tool
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment