remove the usage of NDController

This commit is contained in:
minggo 2011-06-14 14:46:39 +08:00
parent 9c49e27bf1
commit a7a22e528b
2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
b8a601e0b3a7e29e380e6a4f7edbe86275ed3751
3203476358e5248025ac28cfa152e8238600f497

View File

@ -100,9 +100,7 @@ touch_dispatcher/CCTouchHandler.cpp
ifeq ($(ENABLE_LUA), true)
LOCAL_SRC_FILES += lua_support/CCLuaSrcipt.cpp \
lua_support/LuaCocos2d.cpp \
NdControls/NdCxList.cpp \
NdControls/NdCxListItem.cpp
lua_support/LuaCocos2d.cpp
LOCAL_CFLAGS := -DENABLE_LUA -DUSE_FILE32API
else