mirror of https://github.com/axmolengine/axmol.git
[uphone] fix Makefile.ARM for CocosDenshion
This commit is contained in:
parent
a58acc79f3
commit
3a844f5527
|
@ -29,7 +29,6 @@ first: all
|
||||||
|
|
||||||
OBJECTS = \
|
OBJECTS = \
|
||||||
$(OBJECTS_DIR)/FileUtils.o \
|
$(OBJECTS_DIR)/FileUtils.o \
|
||||||
$(OBJECTS_DIR)/ResourceHandle.o \
|
|
||||||
$(OBJECTS_DIR)/SimpleAudioEngine.o \
|
$(OBJECTS_DIR)/SimpleAudioEngine.o \
|
||||||
$(OBJECTS_DIR)/SoundDataManager.o \
|
$(OBJECTS_DIR)/SoundDataManager.o \
|
||||||
$(OBJECTS_DIR)/SoundPlayer.o \
|
$(OBJECTS_DIR)/SoundPlayer.o \
|
||||||
|
@ -55,10 +54,7 @@ clean :
|
||||||
|
|
||||||
$(OBJECTS_DIR)/FileUtils.o : ../uphone/FileUtils.cpp
|
$(OBJECTS_DIR)/FileUtils.o : ../uphone/FileUtils.cpp
|
||||||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/FileUtils.o ../uphone/FileUtils.cpp
|
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/FileUtils.o ../uphone/FileUtils.cpp
|
||||||
|
|
||||||
$(OBJECTS_DIR)/ResourceHandle.o : ../uphone/ResourceHandle.cpp
|
|
||||||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/ResourceHandle.o ../uphone/ResourceHandle.cpp
|
|
||||||
|
|
||||||
$(OBJECTS_DIR)/SimpleAudioEngine.o : ../uphone/SimpleAudioEngine.cpp
|
$(OBJECTS_DIR)/SimpleAudioEngine.o : ../uphone/SimpleAudioEngine.cpp
|
||||||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/SimpleAudioEngine.o ../uphone/SimpleAudioEngine.cpp
|
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/SimpleAudioEngine.o ../uphone/SimpleAudioEngine.cpp
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue