Changeset b1d8ddc in opengl-game for NewOpenGLGame.vcxproj
- Timestamp:
- May 16, 2018, 3:40:17 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- cffca4d
- Parents:
- 93462c6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
NewOpenGLGame.vcxproj
r93462c6 rb1d8ddc 78 78 <LibraryPath>lib;$(LibraryPath)</LibraryPath> 79 79 </PropertyGroup> 80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 81 <IncludePath>include;$(IncludePath)</IncludePath> 82 <LibraryPath>lib;$(LibraryPath)</LibraryPath> 83 </PropertyGroup> 80 84 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 81 85 <ClCompile> … … 94 98 <Optimization>Disabled</Optimization> 95 99 <SDLCheck>true</SDLCheck> 100 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> 96 101 </ClCompile> 102 <Link> 103 <AdditionalDependencies>glew32s.lib;glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> 104 </Link> 97 105 </ItemDefinitionGroup> 98 106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> … … 118 126 <IntrinsicFunctions>true</IntrinsicFunctions> 119 127 <SDLCheck>true</SDLCheck> 128 <PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> 120 129 </ClCompile> 121 130 <Link> 122 131 <EnableCOMDATFolding>true</EnableCOMDATFolding> 123 132 <OptimizeReferences>true</OptimizeReferences> 133 <AdditionalDependencies>glew32s.lib;glfw3.lib;opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> 124 134 </Link> 125 135 </ItemDefinitionGroup>
Note:
See TracChangeset
for help on using the changeset viewer.