Merge pull request #7145 from gin0606/addNewLineAtTheEndOfFile

add new line at the end of a file to *.mk
This commit is contained in:
minggo 2014-06-19 20:45:57 +08:00
commit 72465a362e
9 changed files with 9 additions and 9 deletions

View File

@ -8,4 +8,4 @@ ifeq ($(APP_DEBUG),1)
else
APP_CPPFLAGS += -DNDEBUG
APP_OPTIM := release
endif
endif

View File

@ -18,4 +18,4 @@ LOCAL_WHOLE_STATIC_LIBRARIES := cocos_lua_static
include $(BUILD_SHARED_LIBRARY)
$(call import-module,scripting/lua-bindings)
$(call import-module,scripting/lua-bindings)

View File

@ -8,4 +8,4 @@ ifeq ($(APP_DEBUG),1)
else
APP_CPPFLAGS += -DNDEBUG
APP_OPTIM := release
endif
endif

View File

@ -22,4 +22,4 @@ LOCAL_WHOLE_STATIC_LIBRARIES := cocos_lua_static
include $(BUILD_SHARED_LIBRARY)
$(call import-module,scripting/lua-bindings)
$(call import-module,scripting/lua-bindings)

View File

@ -8,4 +8,4 @@ ifeq ($(APP_DEBUG),1)
else
APP_CPPFLAGS += -DNDEBUG
APP_OPTIM := release
endif
endif

View File

@ -11,4 +11,4 @@ ifeq ($(APP_DEBUG),1)
else
APP_CPPFLAGS += -DNDEBUG
APP_OPTIM := release
endif
endif

View File

@ -11,4 +11,4 @@ ifeq ($(APP_DEBUG),1)
else
APP_CPPFLAGS += -DNDEBUG
APP_OPTIM := release
endif
endif

View File

@ -11,4 +11,4 @@ ifeq ($(APP_DEBUG),1)
else
APP_CPPFLAGS += -DNDEBUG
APP_OPTIM := release
endif
endif

View File

@ -11,4 +11,4 @@ ifeq ($(APP_DEBUG),1)
else
APP_CPPFLAGS += -DNDEBUG
APP_OPTIM := release
endif
endif