axmol/scripting/lua/proj.marmalade/lua.mkf

26 lines
220 B
Plaintext
Raw Normal View History

includepaths
{
../lua/
../tolua/
../cocos2dx_support/
}
files
{
2012-12-02 22:29:10 +08:00
[lua]
("../lua")
"*.h"
"*.c"
2012-12-02 22:29:10 +08:00
[tolua]
("../tolua")
"*.h"
"*.c"
2012-12-02 22:29:10 +08:00
[cocos2dxSupport]
("../cocos2dx_support")
"*.h"
"*.c"
"*.cpp"
}