mirror of https://github.com/axmolengine/axmol.git
fixed #466. [wophone] Modify the template and the Makefile.ARM file for wophone.
This commit is contained in:
parent
e2ce006db2
commit
df00c32d5b
|
@ -264,7 +264,7 @@ function AddConfigurations(proj, strProjectName) {
|
|||
|
||||
var PostBuildTool = config.Tools("VCPostBuildEventTool");
|
||||
PostBuildTool.Description = "Performing registration...";
|
||||
var strResDir = "..\\..\\NEWPLUS\\TG3\\APP\\";
|
||||
var strResDir = "..\\..\\NEWPLUS\\TDA_DATA\\Data\\";
|
||||
var strPostCmd = "mkdir " + strResDir;
|
||||
strPostCmd += "\r\nxcopy /E /Y .\\Resource\\*.* " + strResDir;
|
||||
PostBuildTool.CommandLine = strPostCmd;
|
||||
|
|
|
@ -24,7 +24,7 @@ INCLUDE_PATH += -I../ -I../Res \
|
|||
-I../tests \
|
||||
-I$(TO_PROJECT_ROOT)/Include/ThirdParty
|
||||
|
||||
LIBS += -lCocos2dStatic -lCocosDenshionStatic -lTSoundPlayer -lChipmunkStatic -lBox2dStatic -lTG3_GLESv1_CM -lTG3_EGL -lz -lxml2 -lpng14 -lImageToolKit -ljpeg -lcurl_imp
|
||||
LIBS += -lCocos2dStatic -lCocosDenshionStatic -lTSoundPlayer -lChipmunkStatic -lBox2dStatic -lTG3_GLESv1_CM -lTG3_EGL -lz -lxml2 -lpng14 -lImageToolKit -ljpeg -lcurl
|
||||
|
||||
OBJECTS_DIR = ./Debug-ARM
|
||||
DESTDIR = $(TO_PROJECT_ROOT)/$(BIN_OUTPUT_DIR)
|
||||
|
@ -328,5 +328,5 @@ $(OBJECTS_DIR)/ZwoptexTest.o : ../tests/ZwoptexTest/ZwoptexTest.cpp
|
|||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/ZwoptexTest.o ../tests/ZwoptexTest/ZwoptexTest.cpp
|
||||
|
||||
$(OBJECTS_DIR)/CurlTest.o : ../tests/CurlTest/CurlTest.cpp
|
||||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/CurlTest.o ../tests/ZwoptexTest/CurlTest.cpp
|
||||
$(CXX) -c $(CXX_FLAGS) $(INCLUDE_PATH) $(LAST_INCLUDE_PATH) -o $(OBJECTS_DIR)/CurlTest.o ../tests/CurlTest/CurlTest.cpp
|
||||
|
||||
|
|
Loading…
Reference in New Issue