Skip to content

Commit

Permalink
issue cocos2d#2768:Modify testlua and hellolua sample's linux mayflies.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuele3hu committed Sep 15, 2013
1 parent 95831eb commit 1e09386
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/Lua/HelloLua/proj.linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ INCLUDES = -I../ -I../Classes -I$(COCOS_ROOT)/CocosDenshion/include \
SOURCES = main.cpp ../Classes/AppDelegate.cpp

SHAREDLIBS += -lcocos2d -lcocosdenshion -llua -lextension
COCOS_LIBS = $(LIB_DIR)/libcocos2d.so $(LIB_DIR)/libcocosdenshion.so $(LIB_DIR)/liblua.so
COCOS_LIBS = $(LIB_DIR)/libcocos2d.so $(LIB_DIR)/libcocosdenshion.so $(LIB_DIR)/liblua.so $(LIB_DIR)/libbox2d.so

include $(COCOS_ROOT)/cocos2dx/proj.linux/cocos2dx.mk

Expand Down
2 changes: 1 addition & 1 deletion samples/Lua/TestLua/proj.linux/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ INCLUDES = -I../ -I../Classes -I$(COCOS_ROOT)/CocosDenshion/include \
SOURCES = main.cpp ../Classes/AppDelegate.cpp

SHAREDLIBS += -lcocos2d -lcocosdenshion -llua
COCOS_LIBS = $(LIB_DIR)/libcocos2d.so $(LIB_DIR)/libcocosdenshion.so $(LIB_DIR)/liblua.so
COCOS_LIBS = $(LIB_DIR)/libcocos2d.so $(LIB_DIR)/libcocosdenshion.so $(LIB_DIR)/liblua.so $(LIB_DIR)/libbox2d.so

include $(COCOS_ROOT)/cocos2dx/proj.linux/cocos2dx.mk

Expand Down

0 comments on commit 1e09386

Please sign in to comment.