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"
#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, bool b);
......
......@@ -246,6 +246,12 @@
</File>
<File
RelativePath="..\NifPlugins.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
<Tool
......@@ -264,6 +270,12 @@
Filter="">
<File
RelativePath="NvTriStrip\NvTriStrip.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
<Tool
......@@ -273,6 +285,12 @@
</File>
<File
RelativePath="NvTriStrip\NvTriStripObjects.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
<Tool
......@@ -282,6 +300,12 @@
</File>
<File
RelativePath="NvTriStrip\VertexCache.cpp">
<FileConfiguration
Name="Release|Win32">
<Tool
Name="VCCLCompilerTool"
UsePrecompiledHeader="0"/>
</FileConfiguration>
<FileConfiguration
Name="Debug|Win32">
<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