mirror of https://github.com/axmolengine/axmol.git
Merge pull request #7145 from gin0606/addNewLineAtTheEndOfFile
add new line at the end of a file to *.mk
This commit is contained in:
commit
72465a362e
|
@ -8,4 +8,4 @@ ifeq ($(APP_DEBUG),1)
|
|||
else
|
||||
APP_CPPFLAGS += -DNDEBUG
|
||||
APP_OPTIM := release
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -8,4 +8,4 @@ ifeq ($(APP_DEBUG),1)
|
|||
else
|
||||
APP_CPPFLAGS += -DNDEBUG
|
||||
APP_OPTIM := release
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -8,4 +8,4 @@ ifeq ($(APP_DEBUG),1)
|
|||
else
|
||||
APP_CPPFLAGS += -DNDEBUG
|
||||
APP_OPTIM := release
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -11,4 +11,4 @@ ifeq ($(APP_DEBUG),1)
|
|||
else
|
||||
APP_CPPFLAGS += -DNDEBUG
|
||||
APP_OPTIM := release
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -11,4 +11,4 @@ ifeq ($(APP_DEBUG),1)
|
|||
else
|
||||
APP_CPPFLAGS += -DNDEBUG
|
||||
APP_OPTIM := release
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -11,4 +11,4 @@ ifeq ($(APP_DEBUG),1)
|
|||
else
|
||||
APP_CPPFLAGS += -DNDEBUG
|
||||
APP_OPTIM := release
|
||||
endif
|
||||
endif
|
||||
|
|
|
@ -11,4 +11,4 @@ ifeq ($(APP_DEBUG),1)
|
|||
else
|
||||
APP_CPPFLAGS += -DNDEBUG
|
||||
APP_OPTIM := release
|
||||
endif
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue