From d5828bbd968a162390c6ce9fb0f6f36ca7563bc0 Mon Sep 17 00:00:00 2001 From: x1nixmzeng Date: Wed, 11 Jan 2017 01:15:02 +0000 Subject: [PATCH] Support for running the prebuild step in a directory with spaces --- build/win32/CxbxKrnl.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/build/win32/CxbxKrnl.vcxproj b/build/win32/CxbxKrnl.vcxproj index 31c1c2af7..8f91dfae2 100644 --- a/build/win32/CxbxKrnl.vcxproj +++ b/build/win32/CxbxKrnl.vcxproj @@ -122,10 +122,10 @@ - $(SolutionDir)Version.bat $(SolutionDir)..\..\src\Version.h + CALL "$(SolutionDir)Version.bat" "$(SolutionDir)..\..\src\Version.h" - Build Version.ini + Generate version header @@ -186,10 +186,10 @@ - $(SolutionDir)Version.bat $(SolutionDir)..\..\src\Version.h + CALL "$(SolutionDir)Version.bat" "$(SolutionDir)..\..\src\Version.h" - Build Version.ini + Generate version header