mirror of https://github.com/axmolengine/axmol.git
add js-test resource copy command
This commit is contained in:
parent
fe677f32dd
commit
e117d62b13
|
@ -121,7 +121,8 @@ xcopy "$(ProjectDir)..\..\..\..\cocos\scripting\js-bindings\script\*" "$(OutDir)
|
|||
xcopy "$(ProjectDir)..\..\src" "$(OutDir)\src\" /e /Y
|
||||
xcopy "$(ProjectDir)..\..\..\cpp-tests\Resources" "$(OutDir)\res\" /e /Y
|
||||
copy "$(ProjectDir)..\..\main.js" "$(OutDir)"
|
||||
copy "$(ProjectDir)..\..\project.json" "$(OutDir)"</Command>
|
||||
copy "$(ProjectDir)..\..\project.json" "$(OutDir)"
|
||||
xcopy "$(ProjectDir)..\..\res" "$(OutDir)\res\" /e /Y</Command>
|
||||
</PreBuildEvent>
|
||||
<PreBuildEvent>
|
||||
<Message>Copy js and resource files.</Message>
|
||||
|
@ -182,7 +183,8 @@ xcopy "$(ProjectDir)..\..\..\..\cocos\scripting\js-bindings\script\*" "$(OutDir)
|
|||
xcopy "$(ProjectDir)..\..\src" "$(OutDir)\src\" /e /Y
|
||||
xcopy "$(ProjectDir)..\..\..\cpp-tests\Resources" "$(OutDir)\res\" /e /Y
|
||||
copy "$(ProjectDir)..\..\main.js" "$(OutDir)"
|
||||
copy "$(ProjectDir)..\..\project.json" "$(OutDir)"</Command>
|
||||
copy "$(ProjectDir)..\..\project.json" "$(OutDir)"
|
||||
xcopy "$(ProjectDir)..\..\res" "$(OutDir)\res\" /e /Y</Command>
|
||||
<Message>Copy js and resource files.</Message>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
|
|
Loading…
Reference in New Issue