From 4df3d745a44b5ec47b2532a2a3128e90fad46e1e Mon Sep 17 00:00:00 2001 From: IntelOrca Date: Sat, 7 Nov 2015 01:45:17 +0000 Subject: [PATCH] fix g2 msbuild call --- projects/openrct2.vcxproj | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/projects/openrct2.vcxproj b/projects/openrct2.vcxproj index 8f816b7700..d575657eec 100644 --- a/projects/openrct2.vcxproj +++ b/projects/openrct2.vcxproj @@ -378,8 +378,8 @@ winmm.lib;sdl2.lib;%(AdditionalDependencies) - "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\\..\\Data\\g2.dat" "$(SolutionDir)\\..\\Resources\\g2\\" -xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data" + "$(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. @@ -410,8 +410,8 @@ xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data" /ignore:4099 %(AdditionalOptions) - "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\..\Data\g2.dat" "$(SolutionDir)\..\Resources\g2\" -xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data" + "$(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. @@ -451,8 +451,8 @@ xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data" Windows - "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\..\Data\g2.dat" "$(SolutionDir)\..\Resources\g2\" -xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data" + "$(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. @@ -490,8 +490,8 @@ xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data" /ignore:4099 %(AdditionalOptions) - "$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\..\Data\g2.dat" "$(SolutionDir)\..\Resources\g2\" -xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data" + "$(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.