|
@@ -77,8 +77,7 @@
|
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
<ClCompile>
|
|
<ClCompile>
|
|
|
- <PrecompiledHeader>
|
|
|
|
|
- </PrecompiledHeader>
|
|
|
|
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
<Optimization>Disabled</Optimization>
|
|
<Optimization>Disabled</Optimization>
|
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
@@ -102,8 +101,7 @@ xcopy "$(ProjectDir)\..\external\GLEW\lib\win\x86\*.dll" "$(OutDir)" /i /s /y</C
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
<ClCompile>
|
|
<ClCompile>
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
- <PrecompiledHeader>
|
|
|
|
|
- </PrecompiledHeader>
|
|
|
|
|
|
|
+ <PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|