mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-03-26 22:49:01 +08:00
[cocos2dx] Fix VS project to copy resources to new required location on Windows.
This commit is contained in:
parent
8ba4bf269b
commit
9cfe697cfd
@ -99,7 +99,7 @@
|
|||||||
<ItemDefinitionGroup>
|
<ItemDefinitionGroup>
|
||||||
<CustomBuildStep>
|
<CustomBuildStep>
|
||||||
<Command>if not exist "$(OutDir)" mkdir "$(OutDir)"
|
<Command>if not exist "$(OutDir)" mkdir "$(OutDir)"
|
||||||
xcopy "$(ProjectDir)..\Resources" "$(OutDir)" /D /E /I /F /Y
|
xcopy "$(ProjectDir)..\Resources" "$(OutDir)\Resources" /D /E /I /F /Y
|
||||||
</Command>
|
</Command>
|
||||||
<Outputs>$(TargetName).cab</Outputs>
|
<Outputs>$(TargetName).cab</Outputs>
|
||||||
<Inputs>$(TargetFileName)</Inputs>
|
<Inputs>$(TargetFileName)</Inputs>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user