From 8f9258755f7598435647e6658b53e816830df36a Mon Sep 17 00:00:00 2001 From: Jordan Halase Date: Mon, 28 Oct 2019 22:06:36 -0500 Subject: Update MSVC project --- vkpugltest.vcxproj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 vkpugltest.vcxproj diff --git a/vkpugltest.vcxproj b/vkpugltest.vcxproj old mode 100644 new mode 100755 index cee3a0b..8eb66b4 --- a/vkpugltest.vcxproj +++ b/vkpugltest.vcxproj @@ -70,7 +70,7 @@ - C:\VulkanSDK\1.1.121.2\Include;$(IncludePath) + ../pugl;C:\VulkanSDK\1.1.121.2\Include;$(IncludePath) $(LibraryPath) @@ -93,8 +93,8 @@ Console - C:\VulkanSDK\1.1.121.2\Lib;%(AdditionalLibraryDirectories) - vulkan-1.lib;%(AdditionalDependencies) + ../pugl/build;%(AdditionalLibraryDirectories) + pugl_win.lib;%(AdditionalDependencies) -- cgit v1.2.1