mirror of https://github.com/axmolengine/axmol.git
issue #1166: Updated the project configuration for VS2010, android, ios port.
This commit is contained in:
parent
a71e5be0d8
commit
be129913a8
|
@ -32,6 +32,7 @@ cocoa/CCDictionary.cpp \
|
||||||
cocoa/CCNS.cpp \
|
cocoa/CCNS.cpp \
|
||||||
cocoa/CCObject.cpp \
|
cocoa/CCObject.cpp \
|
||||||
cocoa/CCSet.cpp \
|
cocoa/CCSet.cpp \
|
||||||
|
cocoa/CCString.cpp \
|
||||||
cocoa/CCZone.cpp \
|
cocoa/CCZone.cpp \
|
||||||
cocos2d.cpp \
|
cocos2d.cpp \
|
||||||
CCDirector.cpp \
|
CCDirector.cpp \
|
||||||
|
|
|
@ -137,6 +137,7 @@ xcopy /Y /Q "$(SolutionDir)cocos2dx\platform\third_party\win32\libraries\*.*" "$
|
||||||
<ClCompile Include="..\cocoa\CCNS.cpp" />
|
<ClCompile Include="..\cocoa\CCNS.cpp" />
|
||||||
<ClCompile Include="..\cocoa\CCObject.cpp" />
|
<ClCompile Include="..\cocoa\CCObject.cpp" />
|
||||||
<ClCompile Include="..\cocoa\CCSet.cpp" />
|
<ClCompile Include="..\cocoa\CCSet.cpp" />
|
||||||
|
<ClCompile Include="..\cocoa\CCString.cpp" />
|
||||||
<ClCompile Include="..\cocoa\CCZone.cpp" />
|
<ClCompile Include="..\cocoa\CCZone.cpp" />
|
||||||
<ClCompile Include="..\effects\CCGrabber.cpp" />
|
<ClCompile Include="..\effects\CCGrabber.cpp" />
|
||||||
<ClCompile Include="..\effects\CCGrid.cpp" />
|
<ClCompile Include="..\effects\CCGrid.cpp" />
|
||||||
|
|
|
@ -402,6 +402,9 @@
|
||||||
<ClCompile Include="..\layers_scenes_transitions_nodes\CCTransitionProgress.cpp">
|
<ClCompile Include="..\layers_scenes_transitions_nodes\CCTransitionProgress.cpp">
|
||||||
<Filter>layers_scenes_transitions_nodes</Filter>
|
<Filter>layers_scenes_transitions_nodes</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\cocoa\CCString.cpp">
|
||||||
|
<Filter>cocoa</Filter>
|
||||||
|
</ClCompile>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\cocoa\CCNS.h">
|
<ClInclude Include="..\cocoa\CCNS.h">
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# set params
|
# set params
|
||||||
NDK_ROOT_LOCAL=/cygdrive/d/programe/android/ndk/android-ndk-r7b
|
NDK_ROOT_LOCAL=/cygdrive/e/android/android-ndk-r7b
|
||||||
COCOS2DX_ROOT_LOCAL=/cygdrive/e/cocos2d-x
|
COCOS2DX_ROOT_LOCAL=/cygdrive/f/Project/dumganhar/cocos2d-x
|
||||||
|
|
||||||
# try to get global variable
|
# try to get global variable
|
||||||
if [ $NDK_ROOT"aaa" != "aaa" ]; then
|
if [ $NDK_ROOT"aaa" != "aaa" ]; then
|
||||||
|
|
Loading…
Reference in New Issue