mirror of https://github.com/axmolengine/axmol.git
update lua marmalade project
This commit is contained in:
parent
ec72d16276
commit
aac98975da
|
@ -47,16 +47,6 @@ files
|
|||
(../Classes)
|
||||
AppDelegate.h
|
||||
AppDelegate.cpp
|
||||
|
||||
[cocos2dx_support]
|
||||
../../../scripting/lua/cocos2dx_support/CCLuaEngine.cpp
|
||||
../../../scripting/lua/cocos2dx_support/CCLuaEngine.h
|
||||
../../../scripting/lua/cocos2dx_support/Cocos2dxLuaLoader.cpp
|
||||
../../../scripting/lua/cocos2dx_support/Cocos2dxLuaLoader.h
|
||||
../../../scripting/lua/cocos2dx_support/LuaCocos2d.cpp
|
||||
../../../scripting/lua/cocos2dx_support/LuaCocos2d.h
|
||||
../../../scripting/lua/cocos2dx_support/tolua_fix.c
|
||||
../../../scripting/lua/cocos2dx_support/tolua_fix.h
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -2,15 +2,24 @@ includepaths
|
|||
{
|
||||
../lua/
|
||||
../tolua/
|
||||
../cocos2dx_support/
|
||||
}
|
||||
|
||||
files
|
||||
{
|
||||
[lua]
|
||||
("../lua")
|
||||
"*.h"
|
||||
"*.c"
|
||||
|
||||
[tolua]
|
||||
("../tolua")
|
||||
"*.h"
|
||||
"*.c"
|
||||
|
||||
[cocos2dxSupport]
|
||||
("../cocos2dx_support")
|
||||
"*.h"
|
||||
"*.c"
|
||||
"*.cpp"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue