Skip to content

Commit

Permalink
update project
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Aug 27, 2013
1 parent 40c6a13 commit 7dbee7b
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 2 deletions.
80 changes: 80 additions & 0 deletions lib/proj.mac/quickcocos2dx.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
objects = {

/* Begin PBXBuildFile section */
F4110EC917CC54D80062C519 /* CCBProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4110EB117CC54D80062C519 /* CCBProxy.cpp */; };
F4110ECA17CC54D80062C519 /* LuaEventHandler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4110EB317CC54D80062C519 /* LuaEventHandler.cpp */; };
F4110ECB17CC54D80062C519 /* luaopen_LuaProxy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4110EB517CC54D80062C519 /* luaopen_LuaProxy.cpp */; };
F4110ECC17CC54D80062C519 /* LuaTableView.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4110EB717CC54D80062C519 /* LuaTableView.cpp */; };
F4110ECD17CC54D80062C519 /* CursorTextField.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4110EC517CC54D80062C519 /* CursorTextField.cpp */; };
F4110ECE17CC54D80062C519 /* UIUtil.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4110EC717CC54D80062C519 /* UIUtil.cpp */; };
F411F3E1175CEAFC00EF549A /* libluajit2.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F411F3E0175CEAFC00EF549A /* libluajit2.a */; };
F4255C93178EB26B00E1C3C1 /* CCLinkPosition.cpp in Sources */ = {isa = PBXBuildFile; fileRef = F4255C91178EB26B00E1C3C1 /* CCLinkPosition.cpp */; };
F42B55E71727F1C7000379DE /* auxiliar.c in Sources */ = {isa = PBXBuildFile; fileRef = F42B55C51727F1C7000379DE /* auxiliar.c */; };
Expand Down Expand Up @@ -315,6 +321,28 @@
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
F4110EB117CC54D80062C519 /* CCBProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CCBProxy.cpp; sourceTree = "<group>"; };
F4110EB217CC54D80062C519 /* CCBProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CCBProxy.h; sourceTree = "<group>"; };
F4110EB317CC54D80062C519 /* LuaEventHandler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaEventHandler.cpp; sourceTree = "<group>"; };
F4110EB417CC54D80062C519 /* LuaEventHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaEventHandler.h; sourceTree = "<group>"; };
F4110EB517CC54D80062C519 /* luaopen_LuaProxy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = luaopen_LuaProxy.cpp; sourceTree = "<group>"; };
F4110EB617CC54D80062C519 /* luaopen_LuaProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = luaopen_LuaProxy.h; sourceTree = "<group>"; };
F4110EB717CC54D80062C519 /* LuaTableView.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LuaTableView.cpp; sourceTree = "<group>"; };
F4110EB817CC54D80062C519 /* LuaTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LuaTableView.h; sourceTree = "<group>"; };
F4110EB917CC54D80062C519 /* tolua_CC_Extension.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CC_Extension.h; sourceTree = "<group>"; };
F4110EBA17CC54D80062C519 /* tolua_CCBAnimationManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CCBAnimationManager.h; sourceTree = "<group>"; };
F4110EBB17CC54D80062C519 /* tolua_CCBProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CCBProxy.h; sourceTree = "<group>"; };
F4110EBC17CC54D80062C519 /* tolua_CCControl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CCControl.h; sourceTree = "<group>"; };
F4110EBD17CC54D80062C519 /* tolua_CCEditBox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CCEditBox.h; sourceTree = "<group>"; };
F4110EBE17CC54D80062C519 /* tolua_CCGLProgram.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CCGLProgram.h; sourceTree = "<group>"; };
F4110EC017CC54D80062C519 /* tolua_CCScale9Sprite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CCScale9Sprite.h; sourceTree = "<group>"; };
F4110EC117CC54D80062C519 /* tolua_CCScrollView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CCScrollView.h; sourceTree = "<group>"; };
F4110EC217CC54D80062C519 /* tolua_CCTableView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CCTableView.h; sourceTree = "<group>"; };
F4110EC317CC54D80062C519 /* tolua_CursorTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tolua_CursorTextField.h; sourceTree = "<group>"; };
F4110EC517CC54D80062C519 /* CursorTextField.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CursorTextField.cpp; sourceTree = "<group>"; };
F4110EC617CC54D80062C519 /* CursorTextField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CursorTextField.h; sourceTree = "<group>"; };
F4110EC717CC54D80062C519 /* UIUtil.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UIUtil.cpp; sourceTree = "<group>"; };
F4110EC817CC54D80062C519 /* UIUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UIUtil.h; sourceTree = "<group>"; };
F411F3DB175CEAFC00EF549A /* lauxlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lauxlib.h; sourceTree = "<group>"; };
F411F3DC175CEAFC00EF549A /* lua.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lua.h; sourceTree = "<group>"; };
F411F3DD175CEAFC00EF549A /* luaconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = luaconf.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -1002,6 +1030,51 @@
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
F4110EAF17CC54D80062C519 /* luaproxy */ = {
isa = PBXGroup;
children = (
F4110EB017CC54D80062C519 /* tolua */,
F4110EC417CC54D80062C519 /* ui */,
);
path = luaproxy;
sourceTree = "<group>";
};
F4110EB017CC54D80062C519 /* tolua */ = {
isa = PBXGroup;
children = (
F4110EB117CC54D80062C519 /* CCBProxy.cpp */,
F4110EB217CC54D80062C519 /* CCBProxy.h */,
F4110EB317CC54D80062C519 /* LuaEventHandler.cpp */,
F4110EB417CC54D80062C519 /* LuaEventHandler.h */,
F4110EB517CC54D80062C519 /* luaopen_LuaProxy.cpp */,
F4110EB617CC54D80062C519 /* luaopen_LuaProxy.h */,
F4110EB717CC54D80062C519 /* LuaTableView.cpp */,
F4110EB817CC54D80062C519 /* LuaTableView.h */,
F4110EB917CC54D80062C519 /* tolua_CC_Extension.h */,
F4110EBA17CC54D80062C519 /* tolua_CCBAnimationManager.h */,
F4110EBB17CC54D80062C519 /* tolua_CCBProxy.h */,
F4110EBC17CC54D80062C519 /* tolua_CCControl.h */,
F4110EBD17CC54D80062C519 /* tolua_CCEditBox.h */,
F4110EBE17CC54D80062C519 /* tolua_CCGLProgram.h */,
F4110EC017CC54D80062C519 /* tolua_CCScale9Sprite.h */,
F4110EC117CC54D80062C519 /* tolua_CCScrollView.h */,
F4110EC217CC54D80062C519 /* tolua_CCTableView.h */,
F4110EC317CC54D80062C519 /* tolua_CursorTextField.h */,
);
path = tolua;
sourceTree = "<group>";
};
F4110EC417CC54D80062C519 /* ui */ = {
isa = PBXGroup;
children = (
F4110EC517CC54D80062C519 /* CursorTextField.cpp */,
F4110EC617CC54D80062C519 /* CursorTextField.h */,
F4110EC717CC54D80062C519 /* UIUtil.cpp */,
F4110EC817CC54D80062C519 /* UIUtil.h */,
);
path = ui;
sourceTree = "<group>";
};
F411F3D9175CEAEA00EF549A /* luajit */ = {
isa = PBXGroup;
children = (
Expand Down Expand Up @@ -1090,6 +1163,7 @@
isa = PBXGroup;
children = (
F46FBE7F175724C900E14613 /* chipmunk */,
F4110EAF17CC54D80062C519 /* luaproxy */,
F46FBEF21757255F00E14613 /* third_party_luabinding.cpp */,
F46FBEF31757255F00E14613 /* third_party_luabinding.h */,
);
Expand Down Expand Up @@ -2814,6 +2888,12 @@
F44F48FA17C710DF00798F77 /* CCTransformHelp.cpp in Sources */,
F44F48FB17C710DF00798F77 /* CCTweenFunction.cpp in Sources */,
F44F48FC17C710DF00798F77 /* CCUtilMath.cpp in Sources */,
F4110EC917CC54D80062C519 /* CCBProxy.cpp in Sources */,
F4110ECA17CC54D80062C519 /* LuaEventHandler.cpp in Sources */,
F4110ECB17CC54D80062C519 /* luaopen_LuaProxy.cpp in Sources */,
F4110ECC17CC54D80062C519 /* LuaTableView.cpp in Sources */,
F4110ECD17CC54D80062C519 /* CursorTextField.cpp in Sources */,
F4110ECE17CC54D80062C519 /* UIUtil.cpp in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
Expand Down
5 changes: 3 additions & 2 deletions lib/third_party/third_party_luabinding.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@

#include "third_party_luabinding.h"
#include "chipmunk/luabinding/CCPhysicsWorld_luabinding.h"
//#include "CSArmature/luabinding/CSArmature_luabinding.h"
#include "luaproxy/tolua/luaopen_LuaProxy.h"


TOLUA_API int luaopen_third_party_luabinding(lua_State* tolua_S)
{
luaopen_CCPhysicsWorld_luabinding(tolua_S);
// luaopen_CSArmature_luabinding(tolua_S);
luaopen_LuaProxy(tolua_S);

return 1;
};

0 comments on commit 7dbee7b

Please sign in to comment.