mirror of https://github.com/axmolengine/axmol.git
Merge pull request #2848 from dumganhar/master
[win32] Updating TestLua.
This commit is contained in:
commit
785728fbf8
|
@ -103,6 +103,10 @@
|
||||||
xcopy "$(ProjectDir)..\..\..\..\scripting\lua\script" "$(ProjectDir)..\..\TestLua\Resources" /e /Y</Command>
|
xcopy "$(ProjectDir)..\..\..\..\scripting\lua\script" "$(ProjectDir)..\..\TestLua\Resources" /e /Y</Command>
|
||||||
<Message>copy files from TestCpp to TestLua</Message>
|
<Message>copy files from TestCpp to TestLua</Message>
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
|
<PreLinkEvent>
|
||||||
|
<Command>if not exist "$(OutDir)" mkdir "$(OutDir)"
|
||||||
|
xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\libwebsockets\win32\lib\*.*" "$(OutDir)"</Command>
|
||||||
|
</PreLinkEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||||||
<ClCompile>
|
<ClCompile>
|
||||||
|
@ -146,6 +150,10 @@ xcopy "$(ProjectDir)..\..\..\..\scripting\lua\script" "$(ProjectDir)..\..\TestLu
|
||||||
xcopy "$(ProjectDir)..\..\..\..\scripting\lua\script" "$(ProjectDir)..\..\TestLua\Resources" /e /Y</Command>
|
xcopy "$(ProjectDir)..\..\..\..\scripting\lua\script" "$(ProjectDir)..\..\TestLua\Resources" /e /Y</Command>
|
||||||
<Message>copy files from TestCpp to TestLua</Message>
|
<Message>copy files from TestCpp to TestLua</Message>
|
||||||
</PreBuildEvent>
|
</PreBuildEvent>
|
||||||
|
<PreLinkEvent>
|
||||||
|
<Command>if not exist "$(OutDir)" mkdir "$(OutDir)"
|
||||||
|
xcopy /Y /Q "$(ProjectDir)..\..\..\..\external\libwebsockets\win32\lib\*.*" "$(OutDir)"</Command>
|
||||||
|
</PreLinkEvent>
|
||||||
</ItemDefinitionGroup>
|
</ItemDefinitionGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\Classes\AppDelegate.h" />
|
<ClInclude Include="..\Classes\AppDelegate.h" />
|
||||||
|
|
Loading…
Reference in New Issue