mirror of https://github.com/axmolengine/axmol.git
Updated vs2010 project configuration for TestLua.
This commit is contained in:
parent
86d1d457a1
commit
1a5dd4fbb0
|
@ -128,6 +128,10 @@
|
|||
<DllDataFileName>
|
||||
</DllDataFileName>
|
||||
</Midl>
|
||||
<PreBuildEvent>
|
||||
<Command>xcopy $(SolutionDir)samples\TestCpp\Resources $(SolutionDir)samples\TestLua\Resources /e /Y</Command>
|
||||
<Message>copy files from TestCpp to TestLua</Message>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="..\..\..\scripting\lua\cocos2dx_support\CCLuaEngine.h" />
|
||||
|
|
Loading…
Reference in New Issue