From 1d828591dca3145d95f0dcafb197f8ebd77d36e3 Mon Sep 17 00:00:00 2001 From: duncanspumpkin Date: Fri, 6 Nov 2015 19:40:39 +0000 Subject: [PATCH] Fix post build event to work with CommandLineToArgvW --- projects/openrct2.vcxproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/openrct2.vcxproj b/projects/openrct2.vcxproj index 8a16578e6f..8f816b7700 100644 --- a/projects/openrct2.vcxproj +++ b/projects/openrct2.vcxproj @@ -378,7 +378,7 @@ winmm.lib;sdl2.lib;%(AdditionalDependencies) - "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\..\Data\g2.dat" "$(SolutionDir)\..\Resources\g2\" + "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\\..\\Data\\g2.dat" "$(SolutionDir)\\..\\Resources\\g2\\" xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data" Build g2.dat and copy the Data directory.