mirror of https://github.com/axmolengine/axmol.git
issue #400: rename CCamera.cpp to CCCamera.cpp
This commit is contained in:
parent
7d39629c8c
commit
1ce64f1ecf
|
@ -8,7 +8,7 @@ LOCAL_SRC_FILES := \
|
|||
CCConfiguration.cpp \
|
||||
CCDrawingPrimitives.cpp \
|
||||
CCScheduler.cpp \
|
||||
CCamera.cpp \
|
||||
CCCamera.cpp \
|
||||
actions/CCAction.cpp \
|
||||
actions/CCActionCamera.cpp \
|
||||
actions/CCActionEase.cpp \
|
||||
|
|
|
@ -1101,7 +1101,7 @@
|
|||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\CCamera.cpp"
|
||||
RelativePath="..\CCCamera.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
|
@ -32,7 +32,7 @@ MKDIR = mkdir -p
|
|||
first: all
|
||||
|
||||
OBJECTS = \
|
||||
$(OBJECTS_DIR)/CCamera.o \
|
||||
$(OBJECTS_DIR)/CCCamera.o \
|
||||
$(OBJECTS_DIR)/CCConfiguration.o \
|
||||
$(OBJECTS_DIR)/CCDrawingPrimitives.o \
|
||||
$(OBJECTS_DIR)/CCScheduler.o \
|
||||
|
@ -141,8 +141,8 @@ clean :
|
|||
-$(DEL_FILE) $(OBJECTS)
|
||||
-$(DEL_FILE) $(TARGET)
|
||||
|
||||
$(OBJECTS_DIR)/CCamera.o : ../CCamera.cpp
|
||||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/CCamera.o ../CCamera.cpp
|
||||
$(OBJECTS_DIR)/CCCamera.o : ../CCCamera.cpp
|
||||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/CCCamera.o ../CCCamera.cpp
|
||||
|
||||
$(OBJECTS_DIR)/CCConfiguration.o : ../CCConfiguration.cpp
|
||||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/CCConfiguration.o ../CCConfiguration.cpp
|
||||
|
|
|
@ -1118,7 +1118,7 @@
|
|||
</File>
|
||||
</Filter>
|
||||
<File
|
||||
RelativePath="..\CCamera.cpp"
|
||||
RelativePath="..\CCCamera.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
|
Loading…
Reference in New Issue