mirror of https://github.com/axmolengine/axmol.git
modified project files and make files
This commit is contained in:
parent
763b54e5cb
commit
1062dec335
|
@ -288,6 +288,7 @@
|
||||||
<ClCompile Include="..\..\external\ConvertUTF\ConvertUTFWrapper.cpp" />
|
<ClCompile Include="..\..\external\ConvertUTF\ConvertUTFWrapper.cpp" />
|
||||||
<ClCompile Include="..\..\external\edtaa3func\edtaa3func.cpp" />
|
<ClCompile Include="..\..\external\edtaa3func\edtaa3func.cpp" />
|
||||||
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp" />
|
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp" />
|
||||||
|
<ClCompile Include="..\..\external\unzip\ioapi_mem.cpp" />
|
||||||
<ClCompile Include="..\..\external\unzip\ioapi.cpp" />
|
<ClCompile Include="..\..\external\unzip\ioapi.cpp" />
|
||||||
<ClCompile Include="..\..\external\unzip\unzip.cpp" />
|
<ClCompile Include="..\..\external\unzip\unzip.cpp" />
|
||||||
<ClCompile Include="..\..\external\xxhash\xxhash.c">
|
<ClCompile Include="..\..\external\xxhash\xxhash.c">
|
||||||
|
@ -506,6 +507,7 @@
|
||||||
<ClInclude Include="..\..\external\ConvertUTF\ConvertUTF.h" />
|
<ClInclude Include="..\..\external\ConvertUTF\ConvertUTF.h" />
|
||||||
<ClInclude Include="..\..\external\edtaa3func\edtaa3func.h" />
|
<ClInclude Include="..\..\external\edtaa3func\edtaa3func.h" />
|
||||||
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h" />
|
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h" />
|
||||||
|
<ClInclude Include="..\..\external\unzip\ioapi_mem.h" />
|
||||||
<ClInclude Include="..\..\external\unzip\ioapi.h" />
|
<ClInclude Include="..\..\external\unzip\ioapi.h" />
|
||||||
<ClInclude Include="..\..\external\unzip\unzip.h" />
|
<ClInclude Include="..\..\external\unzip\unzip.h" />
|
||||||
<ClInclude Include="..\..\external\xxhash\xxhash.h" />
|
<ClInclude Include="..\..\external\xxhash\xxhash.h" />
|
||||||
|
|
|
@ -455,6 +455,9 @@
|
||||||
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp">
|
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp">
|
||||||
<Filter>external\tinyxml2</Filter>
|
<Filter>external\tinyxml2</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\external\unzip\ioapi_mem.cpp">
|
||||||
|
<Filter>external\unzip</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\external\unzip\ioapi.cpp">
|
<ClCompile Include="..\..\external\unzip\ioapi.cpp">
|
||||||
<Filter>external\unzip</Filter>
|
<Filter>external\unzip</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -1071,6 +1074,9 @@
|
||||||
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h">
|
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h">
|
||||||
<Filter>external\tinyxml2</Filter>
|
<Filter>external\tinyxml2</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\external\unzip\ioapi_mem.h">
|
||||||
|
<Filter>external\unzip</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\external\unzip\ioapi.h">
|
<ClInclude Include="..\..\external\unzip\ioapi.h">
|
||||||
<Filter>external\unzip</Filter>
|
<Filter>external\unzip</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
|
@ -203,6 +203,7 @@
|
||||||
<ClCompile Include="..\..\external\ConvertUTF\ConvertUTFWrapper.cpp" />
|
<ClCompile Include="..\..\external\ConvertUTF\ConvertUTFWrapper.cpp" />
|
||||||
<ClCompile Include="..\..\external\edtaa3func\edtaa3func.cpp" />
|
<ClCompile Include="..\..\external\edtaa3func\edtaa3func.cpp" />
|
||||||
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp" />
|
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp" />
|
||||||
|
<ClCompile Include="..\..\external\unzip\ioapi_mem.cpp" />
|
||||||
<ClCompile Include="..\..\external\unzip\ioapi.cpp" />
|
<ClCompile Include="..\..\external\unzip\ioapi.cpp" />
|
||||||
<ClCompile Include="..\..\external\unzip\unzip.cpp" />
|
<ClCompile Include="..\..\external\unzip\unzip.cpp" />
|
||||||
<ClCompile Include="..\..\external\xxhash\xxhash.c">
|
<ClCompile Include="..\..\external\xxhash\xxhash.c">
|
||||||
|
@ -444,6 +445,7 @@
|
||||||
<ClInclude Include="..\..\external\ConvertUTF\ConvertUTF.h" />
|
<ClInclude Include="..\..\external\ConvertUTF\ConvertUTF.h" />
|
||||||
<ClInclude Include="..\..\external\edtaa3func\edtaa3func.h" />
|
<ClInclude Include="..\..\external\edtaa3func\edtaa3func.h" />
|
||||||
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h" />
|
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h" />
|
||||||
|
<ClInclude Include="..\..\external\unzip\ioapi_mem.h" />
|
||||||
<ClInclude Include="..\..\external\unzip\ioapi.h" />
|
<ClInclude Include="..\..\external\unzip\ioapi.h" />
|
||||||
<ClInclude Include="..\..\external\unzip\unzip.h" />
|
<ClInclude Include="..\..\external\unzip\unzip.h" />
|
||||||
<ClInclude Include="..\..\external\xxhash\xxhash.h" />
|
<ClInclude Include="..\..\external\xxhash\xxhash.h" />
|
||||||
|
|
|
@ -382,6 +382,9 @@
|
||||||
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp">
|
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp">
|
||||||
<Filter>external\tinyxml2</Filter>
|
<Filter>external\tinyxml2</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\external\unzip\ioapi_mem.cpp">
|
||||||
|
<Filter>external\unzip</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\external\unzip\ioapi.cpp">
|
<ClCompile Include="..\..\external\unzip\ioapi.cpp">
|
||||||
<Filter>external\unzip</Filter>
|
<Filter>external\unzip</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -1012,6 +1015,9 @@
|
||||||
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h">
|
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h">
|
||||||
<Filter>external\tinyxml2</Filter>
|
<Filter>external\tinyxml2</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\external\unzip\ioapi_mem.h">
|
||||||
|
<Filter>external\unzip</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\external\unzip\ioapi.h">
|
<ClInclude Include="..\..\external\unzip\ioapi.h">
|
||||||
<Filter>external\unzip</Filter>
|
<Filter>external\unzip</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
|
@ -204,6 +204,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\chipmunk\prebuilt\win32\release-lib\*.*
|
||||||
<ClCompile Include="..\..\external\ConvertUTF\ConvertUTFWrapper.cpp" />
|
<ClCompile Include="..\..\external\ConvertUTF\ConvertUTFWrapper.cpp" />
|
||||||
<ClCompile Include="..\..\external\edtaa3func\edtaa3func.cpp" />
|
<ClCompile Include="..\..\external\edtaa3func\edtaa3func.cpp" />
|
||||||
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp" />
|
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp" />
|
||||||
|
<ClCompile Include="..\..\external\unzip\ioapi_mem.cpp" />
|
||||||
<ClCompile Include="..\..\external\unzip\ioapi.cpp" />
|
<ClCompile Include="..\..\external\unzip\ioapi.cpp" />
|
||||||
<ClCompile Include="..\..\external\unzip\unzip.cpp" />
|
<ClCompile Include="..\..\external\unzip\unzip.cpp" />
|
||||||
<ClCompile Include="..\..\external\xxhash\xxhash.c" />
|
<ClCompile Include="..\..\external\xxhash\xxhash.c" />
|
||||||
|
@ -544,6 +545,7 @@ xcopy /Y /Q "$(ProjectDir)..\..\external\chipmunk\prebuilt\win32\release-lib\*.*
|
||||||
<ClInclude Include="..\..\external\json\stringbuffer.h" />
|
<ClInclude Include="..\..\external\json\stringbuffer.h" />
|
||||||
<ClInclude Include="..\..\external\json\writer.h" />
|
<ClInclude Include="..\..\external\json\writer.h" />
|
||||||
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h" />
|
<ClInclude Include="..\..\external\tinyxml2\tinyxml2.h" />
|
||||||
|
<ClInclude Include="..\..\external\unzip\ioapi_mem.h" />
|
||||||
<ClInclude Include="..\..\external\unzip\ioapi.h" />
|
<ClInclude Include="..\..\external\unzip\ioapi.h" />
|
||||||
<ClInclude Include="..\..\external\unzip\unzip.h" />
|
<ClInclude Include="..\..\external\unzip\unzip.h" />
|
||||||
<ClInclude Include="..\..\external\xxhash\xxhash.h" />
|
<ClInclude Include="..\..\external\xxhash\xxhash.h" />
|
||||||
|
|
|
@ -679,6 +679,9 @@
|
||||||
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp">
|
<ClCompile Include="..\..\external\tinyxml2\tinyxml2.cpp">
|
||||||
<Filter>external\tinyxml2</Filter>
|
<Filter>external\tinyxml2</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\external\unzip\ioapi_mem.cpp">
|
||||||
|
<Filter>external\unzip</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\external\unzip\ioapi.cpp">
|
<ClCompile Include="..\..\external\unzip\ioapi.cpp">
|
||||||
<Filter>external\unzip</Filter>
|
<Filter>external\unzip</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
@ -1729,6 +1732,9 @@
|
||||||
<ClInclude Include="..\..\external\unzip\ioapi.h">
|
<ClInclude Include="..\..\external\unzip\ioapi.h">
|
||||||
<Filter>external\unzip</Filter>
|
<Filter>external\unzip</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
<ClInclude Include="..\..\external\unzip\ioapi_mem.h">
|
||||||
|
<Filter>external\unzip</Filter>
|
||||||
|
</ClInclude>
|
||||||
<ClInclude Include="..\..\external\edtaa3func\edtaa3func.h">
|
<ClInclude Include="..\..\external\edtaa3func\edtaa3func.h">
|
||||||
<Filter>external\edtaa</Filter>
|
<Filter>external\edtaa</Filter>
|
||||||
</ClInclude>
|
</ClInclude>
|
||||||
|
|
|
@ -180,6 +180,7 @@ physics/chipmunk/CCPhysicsWorldInfo_chipmunk.cpp \
|
||||||
../external/ConvertUTF/ConvertUTFWrapper.cpp \
|
../external/ConvertUTF/ConvertUTFWrapper.cpp \
|
||||||
../external/ConvertUTF/ConvertUTF.c \
|
../external/ConvertUTF/ConvertUTF.c \
|
||||||
../external/tinyxml2/tinyxml2.cpp \
|
../external/tinyxml2/tinyxml2.cpp \
|
||||||
|
../external/unzip/ioapi_mem.cpp \
|
||||||
../external/unzip/ioapi.cpp \
|
../external/unzip/ioapi.cpp \
|
||||||
../external/unzip/unzip.cpp \
|
../external/unzip/unzip.cpp \
|
||||||
../external/edtaa3func/edtaa3func.cpp \
|
../external/edtaa3func/edtaa3func.cpp \
|
||||||
|
|
|
@ -2146,6 +2146,8 @@
|
||||||
"external/tinyxml2/tinyxml2.cpp",
|
"external/tinyxml2/tinyxml2.cpp",
|
||||||
"external/tinyxml2/tinyxml2.h",
|
"external/tinyxml2/tinyxml2.h",
|
||||||
"external/unzip/CMakeLists.txt",
|
"external/unzip/CMakeLists.txt",
|
||||||
|
"external/unzip/ioapi_mem.cpp",
|
||||||
|
"external/unzip/ioapi_mem.h",
|
||||||
"external/unzip/ioapi.cpp",
|
"external/unzip/ioapi.cpp",
|
||||||
"external/unzip/ioapi.h",
|
"external/unzip/ioapi.h",
|
||||||
"external/unzip/unzip.cpp",
|
"external/unzip/unzip.cpp",
|
||||||
|
|
Loading…
Reference in New Issue