From 4c3b8b2b93795475376bc4677f4eb2d3eb201164 Mon Sep 17 00:00:00 2001 From: Romans-I-XVI Date: Fri, 5 Apr 2024 11:06:02 -0500 Subject: [PATCH] Fixed reference path for buildshaders.bat This makes it so the build still works when project is referenced by another solution --- VisualC-GDK/SDL/SDL.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/VisualC-GDK/SDL/SDL.vcxproj b/VisualC-GDK/SDL/SDL.vcxproj index 2097e6944c..1a1676a4ee 100644 --- a/VisualC-GDK/SDL/SDL.vcxproj +++ b/VisualC-GDK/SDL/SDL.vcxproj @@ -174,7 +174,7 @@ true - $(SolutionDir)\shaders\buildshaders.bat $(SolutionDir) + $(ProjectDir)..\shaders\buildshaders.bat $(ProjectDir)..\ Building shader blobs (Xbox Series) @@ -208,7 +208,7 @@ true - $(SolutionDir)\shaders\buildshaders.bat $(SolutionDir) one + $(ProjectDir)..\shaders\buildshaders.bat $(ProjectDir)..\ one Building shader blobs (Xbox One) @@ -272,7 +272,7 @@ true - $(SolutionDir)\shaders\buildshaders.bat $(SolutionDir) + $(ProjectDir)..\shaders\buildshaders.bat $(ProjectDir)..\ Building shader blobs (Xbox Series) @@ -307,7 +307,7 @@ true - $(SolutionDir)\shaders\buildshaders.bat $(SolutionDir) one + $(ProjectDir)..\shaders\buildshaders.bat $(ProjectDir)..\ one Building shader blobs (Xbox One)