1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Fix post build event to work with CommandLineToArgvW

This commit is contained in:
duncanspumpkin
2015-11-06 19:40:39 +00:00
parent 6493c83efc
commit 1d828591dc

View File

@@ -378,7 +378,7 @@
<AdditionalDependencies>winmm.lib;sdl2.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
<PostBuildEvent>
<Command>"$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\..\Data\g2.dat" "$(SolutionDir)\..\Resources\g2\"
<Command>"$(TargetDir)\openrct2.exe" sprite build "$(SolutionDir)\\..\\Data\\g2.dat" "$(SolutionDir)\\..\\Resources\\g2\\"
xcopy /YS "$(SolutionDir)\..\Data" "$(TargetDir)\Data"</Command>
<Message>Build g2.dat and copy the Data directory.</Message>
</PostBuildEvent>