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
1 changed files with 1 additions and 1 deletions

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>