mirror of https://github.com/axmolengine/axmol.git
* update windows vs2008 project
This commit is contained in:
parent
1d6d966717
commit
c02aa9e666
|
@ -204,6 +204,14 @@
|
||||||
<Filter
|
<Filter
|
||||||
Name="cocos2dx_support"
|
Name="cocos2dx_support"
|
||||||
>
|
>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\lua\cocos2dx_support\CCLuaEngine.cpp"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\lua\cocos2dx_support\CCLuaEngine.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lua\cocos2dx_support\Cocos2dxLuaLoader.cpp"
|
RelativePath="..\..\lua\cocos2dx_support\Cocos2dxLuaLoader.cpp"
|
||||||
>
|
>
|
||||||
|
@ -221,31 +229,19 @@
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lua\cocos2dx_support\LuaEngine.cpp"
|
RelativePath="..\..\lua\cocos2dx_support\tolua_fix.c"
|
||||||
>
|
>
|
||||||
|
<FileConfiguration
|
||||||
|
Name="Debug|Win32"
|
||||||
|
>
|
||||||
|
<Tool
|
||||||
|
Name="VCCLCompilerTool"
|
||||||
|
CompileAs="2"
|
||||||
|
/>
|
||||||
|
</FileConfiguration>
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\lua\cocos2dx_support\LuaEngine.h"
|
RelativePath="..\..\lua\cocos2dx_support\tolua_fix.h"
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lua\cocos2dx_support\LuaEngineImpl.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lua\cocos2dx_support\LuaEngineImpl.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
</Filter>
|
|
||||||
<Filter
|
|
||||||
Name="CocosDenshion_support"
|
|
||||||
>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lua\CocosDenshion_support\LuaSimpleAudioEngine.cpp"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
|
||||||
RelativePath="..\..\lua\CocosDenshion_support\LuaSimpleAudioEngine.h"
|
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
|
|
@ -336,10 +336,6 @@
|
||||||
RelativePath="..\lua\lua.h"
|
RelativePath="..\lua\lua.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\lua\luac.c"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\lua\luaconf.h"
|
RelativePath="..\lua\luaconf.h"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue