Changeset f024d59 in opengl-game


Ignore:
Timestamp:
Jun 30, 2019, 7:34:13 PM (5 years ago)
Author:
Dmitry Portnoy <dmp1488@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
972aca1
Parents:
17f28a1
Message:

Add settings for a Visual Studio x64 build

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NewOpenGLGame.vcxproj

    r17f28a1 rf024d59  
    7979  </PropertyGroup>
    8080  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     81    <IncludePath>include;$(IncludePath)</IncludePath>
     82    <LibraryPath>lib;$(LibraryPath)</LibraryPath>
     83  </PropertyGroup>
     84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    8185    <IncludePath>include;$(IncludePath)</IncludePath>
    8286    <LibraryPath>lib;$(LibraryPath)</LibraryPath>
Note: See TracChangeset for help on using the changeset viewer.