Changeset 09e15a4 in opengl-game for OpenGLGame.vcxproj
- Timestamp:
- Sep 15, 2019, 5:01:51 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- a6f6833
- Parents:
- c559904
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenGLGame.vcxproj
rc559904 r09e15a4 23 23 <ClCompile Include="FileStackWalker.cpp" /> 24 24 <ClCompile Include="game-gui-glfw.cpp" /> 25 <ClCompile Include="logger.cpp" /> 25 26 <ClCompile Include="main-opengl.cpp" /> 26 27 <ClCompile Include="opengl-game.cpp" /> … … 34 35 <ClInclude Include="game-gui-glfw.hpp" /> 35 36 <ClInclude Include="game-gui.hpp" /> 37 <ClInclude Include="logger.hpp" /> 36 38 <ClInclude Include="opengl-game.hpp" /> 37 39 <ClInclude Include="StackWalker.h" /> … … 99 101 <ConformanceMode>true</ConformanceMode> 100 102 <LanguageStandard>stdcpp17</LanguageStandard> 101 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS; %(PreprocessorDefinitions)</PreprocessorDefinitions>103 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> 102 104 </ClCompile> 103 105 <Link>
Note:
See TracChangeset
for help on using the changeset viewer.