Changeset 0424bd8 in opengl-game for OpenGLGame.vcxproj
- Timestamp:
- Mar 7, 2018, 1:52:19 AM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- a5b5e95
- Parents:
- d12d003
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenGLGame.vcxproj
rd12d003 r0424bd8 65 65 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 66 66 <LinkIncremental>true</LinkIncremental> 67 <IncludePath> C:\Users\dportnoy\Desktop\opengl-game\include;D:\Visual Studio Projects\include;$(IncludePath)</IncludePath>68 <LibraryPath> C:\Users\dportnoy\Desktop\opengl-game\lib;D:\Visual Studio Projects\lib;$(LibraryPath)</LibraryPath>67 <IncludePath>include;$(IncludePath)</IncludePath> 68 <LibraryPath>lib;$(LibraryPath)</LibraryPath> 69 69 </PropertyGroup> 70 70 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 71 71 <LinkIncremental>true</LinkIncremental> 72 <IncludePath> D:\Visual Studio Projects\include;$(IncludePath)</IncludePath>73 <LibraryPath> D:\Visual Studio Projects\lib;$(LibraryPath)</LibraryPath>72 <IncludePath>include;$(IncludePath)</IncludePath> 73 <LibraryPath>lib;$(LibraryPath)</LibraryPath> 74 74 </PropertyGroup> 75 75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> … … 98 98 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 99 99 <ClCompile> 100 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE; %(PreprocessorDefinitions)</PreprocessorDefinitions>100 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;GLEW_STATIC;%(PreprocessorDefinitions)</PreprocessorDefinitions> 101 101 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> 102 102 <WarningLevel>Level3</WarningLevel>
Note:
See TracChangeset
for help on using the changeset viewer.