mirror of https://github.com/axmolengine/axmol.git
bugfix (#18547)
This commit is contained in:
parent
89781a44df
commit
e127c353f6
|
@ -104,8 +104,7 @@
|
|||
</PreLinkEvent>
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy "$(ProjectDir)..\Resources" "$(OutDir)" /D /E /I /F /Y
|
||||
xcopy "$(OutDir)..\*.dll" "$(OutDir)" /D /Y
|
||||
xcopy "D:\bamtang\git\cocos2d-x\tests\game-controller-test\Resources\ipadhd" "$(OutDir)" /D /E /I /F /Y</Command>
|
||||
xcopy "$(OutDir)..\*.dll" "$(OutDir)" /D /Y</Command>
|
||||
</PreBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Message>Copy files</Message>
|
||||
|
|
Loading…
Reference in New Issue