|
@@ -252,6 +252,7 @@
|
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);GRAPHICS_API_OPENGL_33;PLATFORM_DESKTOP</PreprocessorDefinitions>
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
+ <DebugInformationFormat />
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|
|
@@ -291,6 +292,7 @@
|
|
|
<AdditionalIncludeDirectories>$(ProjectDir)..\..\..\src\external\glfw\include</AdditionalIncludeDirectories>
|
|
|
<CompileAs>CompileAsC</CompileAs>
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
+ <DebugInformationFormat />
|
|
|
</ClCompile>
|
|
|
<Link>
|
|
|
<SubSystem>Windows</SubSystem>
|