Changeset 681dbe8 in opengl-game for VulkanReference.vcxproj


Ignore:
Timestamp:
Nov 14, 2020, 4:16:07 PM (4 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl, master
Children:
57d43d0
Parents:
aa7707d
Message:

Update compile.bat to use the existing VULKAN_SDK environment variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • VulkanReference.vcxproj

    raa7707d r681dbe8  
    7171  <PropertyGroup Label="UserMacros" />
    7272  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
     73    <IncludePath>include;$(IncludePath)</IncludePath>
     74    <LibraryPath>lib;$(LibraryPath)</LibraryPath>
     75  </PropertyGroup>
     76  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
    7377    <IncludePath>include;$(IncludePath)</IncludePath>
    7478    <LibraryPath>lib;$(LibraryPath)</LibraryPath>
Note: See TracChangeset for help on using the changeset viewer.