Changeset 09e15a4 in opengl-game


Ignore:
Timestamp:
Sep 15, 2019, 5:01:51 AM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
a6f6833
Parents:
c559904
Message:

Add logger.hpp and logger.cpp to the MSVC projects

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • OpenGLGame.vcxproj

    rc559904 r09e15a4  
    2323    <ClCompile Include="FileStackWalker.cpp" />
    2424    <ClCompile Include="game-gui-glfw.cpp" />
     25    <ClCompile Include="logger.cpp" />
    2526    <ClCompile Include="main-opengl.cpp" />
    2627    <ClCompile Include="opengl-game.cpp" />
     
    3435    <ClInclude Include="game-gui-glfw.hpp" />
    3536    <ClInclude Include="game-gui.hpp" />
     37    <ClInclude Include="logger.hpp" />
    3638    <ClInclude Include="opengl-game.hpp" />
    3739    <ClInclude Include="StackWalker.h" />
     
    99101      <ConformanceMode>true</ConformanceMode>
    100102      <LanguageStandard>stdcpp17</LanguageStandard>
    101       <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
     103      <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions>
    102104    </ClCompile>
    103105    <Link>
  • VulkanGame.vcxproj

    rc559904 r09e15a4  
    135135    <ClCompile Include="FileStackWalker.cpp" />
    136136    <ClCompile Include="game-gui-sdl.cpp" />
     137    <ClCompile Include="logger.cpp" />
    137138    <ClCompile Include="main-vulkan.cpp" />
    138139    <ClCompile Include="StackWalker.cpp" />
     
    146147    <ClInclude Include="game-gui-sdl.hpp" />
    147148    <ClInclude Include="game-gui.hpp" />
     149    <ClInclude Include="logger.hpp" />
    148150    <ClInclude Include="StackWalker.h" />
    149151    <ClInclude Include="vulkan-game.hpp" />
Note: See TracChangeset for help on using the changeset viewer.