We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89781a4 commit e127c35Copy full SHA for e127c35
tests/game-controller-test/proj.win32/game-controller-test.vcxproj
@@ -104,8 +104,7 @@
104
</PreLinkEvent>
105
<PreBuildEvent>
106
<Command>xcopy "$(ProjectDir)..\Resources" "$(OutDir)" /D /E /I /F /Y
107
-xcopy "$(OutDir)..\*.dll" "$(OutDir)" /D /Y
108
-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>
109
</PreBuildEvent>
110
111
<Message>Copy files</Message>
0 commit comments