goat3d
diff exporters/maxgoat/maxgoat.vcxproj @ 25:d0260d80ae09
adding the nodes interface, and continuing the max plugin
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sat, 28 Sep 2013 19:12:50 +0300 |
parents | 1f94a2107c64 |
children | 4deb0b12fe14 |
line diff
1.1 --- a/exporters/maxgoat/maxgoat.vcxproj Sat Sep 28 06:32:00 2013 +0300 1.2 +++ b/exporters/maxgoat/maxgoat.vcxproj Sat Sep 28 19:12:50 2013 +0300 1.3 @@ -100,6 +100,7 @@ 1.4 <Optimization>Disabled</Optimization> 1.5 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MAXGOAT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.6 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 1.7 + <AdditionalIncludeDirectories>$(SolutionDir)\src</AdditionalIncludeDirectories> 1.8 </ClCompile> 1.9 <Link> 1.10 <SubSystem>Windows</SubSystem> 1.11 @@ -139,6 +140,7 @@ 1.12 <IntrinsicFunctions>true</IntrinsicFunctions> 1.13 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MAXGOAT_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.14 <DisableSpecificWarnings>4996</DisableSpecificWarnings> 1.15 + <AdditionalIncludeDirectories>$(SolutionDir)\src</AdditionalIncludeDirectories> 1.16 </ClCompile> 1.17 <Link> 1.18 <SubSystem>Windows</SubSystem>