Skip to content

Commit e127c35

Browse files
TheLonelyShepherdminggo
authored andcommitted
bugfix (#18547)
1 parent 89781a4 commit e127c35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/game-controller-test/proj.win32/game-controller-test.vcxproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
104104
</PreLinkEvent>
105105
<PreBuildEvent>
106106
<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>
107+
xcopy "$(OutDir)..\*.dll" "$(OutDir)" /D /Y</Command>
109108
</PreBuildEvent>
110109
<PreBuildEvent>
111110
<Message>Copy files</Message>

0 commit comments

Comments
 (0)