mirror of https://github.com/axmolengine/axmol.git
issue #211 don't check out
This commit is contained in:
parent
b4328354af
commit
26bfa32ca6
|
@ -4,7 +4,7 @@
|
|||
Version="9.00"
|
||||
Name="box2d"
|
||||
ProjectGUID="{929480E7-23C0-4DF6-8456-096D71547116}"
|
||||
RootNamespace="Box2D-win32"
|
||||
RootNamespace="box2d.win32"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\"
|
||||
AdditionalIncludeDirectories="../../"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
|
@ -62,7 +62,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).lib"
|
||||
OutputFile="$(OutDir)\libbox2d.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
@ -104,7 +104,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories="..\"
|
||||
AdditionalIncludeDirectories="../"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
|
@ -123,7 +123,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).lib"
|
||||
OutputFile="$(OutDir)\libbox2d.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><VisualStudioUserFile ProjectType="Visual C++" Version="9.00" ShowAllFiles="true"></VisualStudioUserFile>
|
|
@ -63,7 +63,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="winmm.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||
OutputFile="$(OutDir)\libcocosdenshion.dll"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
@ -136,7 +136,7 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="winmm.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||
OutputFile="$(OutDir)\libcocosdenshion.dll"
|
||||
LinkIncremental="2"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
|
|
|
@ -31,11 +31,15 @@ SimpleAudioEngine::~SimpleAudioEngine()
|
|||
{
|
||||
}
|
||||
|
||||
SimpleAudioEngine* SimpleAudioEngine::getSharedEngine()
|
||||
SimpleAudioEngine* SimpleAudioEngine::sharedEngine()
|
||||
{
|
||||
return &s_SharedEngine;
|
||||
}
|
||||
|
||||
void SimpleAudioEngine::release()
|
||||
{
|
||||
return;
|
||||
}
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
// BackgroundMusic
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Name="Helloworld"
|
||||
Name="HelloWorld"
|
||||
ProjectGUID="{B8BF9E81-35FD-4582-BA1C-B85FA365BABB}"
|
||||
RootNamespace="HelloWorldwin32"
|
||||
Keyword="Win32Proj"
|
||||
|
@ -41,7 +41,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\cocos2dx\include;..\cocos2dx;..\cocos2dx\platform\win32\third_party\OGLES\"
|
||||
AdditionalIncludeDirectories=""..\cocos2d-x\include";"..\cocos2d-x";"..\cocos2d-x\platform\win32\third_party\OGLES\""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
|
@ -61,7 +61,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libcocos2d.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="$(OutDir)"
|
||||
|
@ -119,7 +118,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="..\cocos2dx\include;..\cocos2dx;..\cocos2dx\platform\win32\third_party\OGLES\"
|
||||
AdditionalIncludeDirectories=""..\cocos2d-x\include";"..\cocos2d-x";"..\cocos2d-x\platform\win32\third_party\OGLES\""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
|
@ -138,7 +137,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libcocos2d.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(OutDir)"
|
||||
|
|
|
@ -68,7 +68,6 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libCocosDenshion.lib"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(OutDir)""
|
||||
GenerateDebugInformation="true"
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).lib"
|
||||
OutputFile="$(OutDir)\libchipmunk.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
@ -128,7 +128,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
OutputFile="$(OutDir)\$(ProjectName).lib"
|
||||
OutputFile="$(OutDir)\libchipmunk.lib"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCALinkTool"
|
||||
|
|
|
@ -17,11 +17,14 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "box2d", "Box2D\proj.win32\B
|
|||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "chipmunk", "chipmunk\proj.win32\chipmunk.win32.vcproj", "{207BC7A9-CCF1-4F2F-A04D-45F72242AE25}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cocos2d-x", "cocos2dx\proj.win32\cocos2dx.win32.vcproj", "{98A51BA8-FC3A-415B-AC8F-8C7BD464E93E}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cocos2d-x", "cocos2d-x\proj.win32\cocos2dx.win32.vcproj", "{98A51BA8-FC3A-415B-AC8F-8C7BD464E93E}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cocosdenshion", "CocosDenshion\proj.win32\CocosDenshion.win32.vcproj", "{F8EDD7FA-9A51-4E80-BAEB-860825D2EAC6}"
|
||||
EndProject
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Helloworld", "HelloWorld.win32\HelloWorld.win32.vcproj", "{B8BF9E81-35FD-4582-BA1C-B85FA365BABB}"
|
||||
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "HelloWorld", "HelloWorld.win32\HelloWorld.win32.vcproj", "{B8BF9E81-35FD-4582-BA1C-B85FA365BABB}"
|
||||
ProjectSection(ProjectDependencies) = postProject
|
||||
{98A51BA8-FC3A-415B-AC8F-8C7BD464E93E} = {98A51BA8-FC3A-415B-AC8F-8C7BD464E93E}
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
|
|
@ -25,37 +25,6 @@ THE SOFTWARE.
|
|||
#ifndef __UIACCELEROMETER_DELEGATE_H__
|
||||
#define __UIACCELEROMETER_DELEGATE_H__
|
||||
|
||||
#include "ccxCommon.h"
|
||||
|
||||
namespace cocos2d {
|
||||
/**
|
||||
@brief The device accelerometer reports values for each axis in units of g-force
|
||||
*/
|
||||
typedef struct
|
||||
{
|
||||
double x;
|
||||
double y;
|
||||
double z;
|
||||
|
||||
double timestamp;
|
||||
} UIAcceleration;
|
||||
|
||||
/**
|
||||
@brief
|
||||
The UIAccelerometerDelegate defines a single method for
|
||||
receiving acceleration-related data from the system.
|
||||
*/
|
||||
class CCX_DLL UIAccelerometerDelegate
|
||||
{
|
||||
public:
|
||||
virtual void didAccelerate(UIAcceleration* pAccelerationValue) {}
|
||||
|
||||
//! call the release() in child layer
|
||||
virtual void AccelerometerDestroy(void) {}
|
||||
//! call the retain() in child layer
|
||||
virtual void AccelerometerKeep(void) {}
|
||||
};
|
||||
|
||||
} //namespace cocos2d
|
||||
#include "../platform/CCXUIAccelerometer_platform.h"
|
||||
|
||||
#endif
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
Version="9.00"
|
||||
Name="cocos2d-x"
|
||||
ProjectGUID="{98A51BA8-FC3A-415B-AC8F-8C7BD464E93E}"
|
||||
RootNamespace="cocos2dx-win32"
|
||||
RootNamespace="cocos2d-x.win32"
|
||||
Keyword="Win32Proj"
|
||||
TargetFrameworkVersion="0"
|
||||
>
|
||||
|
@ -41,7 +41,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories=".\platform\win32\third_party\iconv;.\platform\win32\third_party\zlib;.\platform\win32\third_party\libpng;.\platform\win32\third_party\libjpeg;.\platform\win32\third_party\libxml2;.\platform\win32\third_party\OGLES;.\include;.\"
|
||||
AdditionalIncludeDirectories="..\platform\win32\third_party\iconv;..\platform\win32\third_party\zlib;..\platform\win32\third_party\libpng;..\platform\win32\third_party\libjpeg;..\platform\win32\third_party\libxml2;..\platform\win32\third_party\OGLES;..\include;..\"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;COCOS2DXWIN32_EXPORTS;GL_GLEXT_PROTOTYPES"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
|
@ -64,9 +64,9 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libEGL.lib libgles_cm.lib libxml2.lib libzlib.lib libpng.lib libjpeg.lib libiconv.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||
OutputFile="$(OutDir)\libcocos2dx.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=".\platform\win32\third_party\libraries"
|
||||
AdditionalLibraryDirectories="..\platform\win32\third_party\libraries"
|
||||
IgnoreAllDefaultLibraries="false"
|
||||
IgnoreDefaultLibraryNames="MSVCRT.lib;LIBCMTD.lib"
|
||||
GenerateDebugInformation="true"
|
||||
|
@ -94,7 +94,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy /Y .\platform\win32\third_party\libraries\*.dll $(OutDir)
copy /Y .\platform\win32\third_party\libraries\*.lib $(OutDir)
"
|
||||
CommandLine="copy /Y ..\platform\win32\third_party\libraries\*.dll $(OutDir)
copy /Y ..\platform\win32\third_party\libraries\*.lib $(OutDir)
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -121,7 +121,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=".\platform\win32\third_party\iconv;.\platform\win32\third_party\zlib;.\platform\win32\third_party\libpng;.\platform\win32\third_party\libjpeg;.\platform\win32\third_party\libxml2;.\platform\win32\third_party\OGLES;.\include;.\"
|
||||
AdditionalIncludeDirectories="..\platform\win32\third_party\iconv;..\platform\win32\third_party\zlib;..\platform\win32\third_party\libpng;..\platform\win32\third_party\libjpeg;..\platform\win32\third_party\libxml2;..\platform\win32\third_party\OGLES;..\include;..\"
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;COCOS2DXWIN32_EXPORTS;GL_GLEXT_PROTOTYPES"
|
||||
RuntimeLibrary="2"
|
||||
UsePrecompiledHeader="0"
|
||||
|
@ -142,9 +142,9 @@
|
|||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libEGL.lib libgles_cm.lib libxml2.lib libzlib.lib libpng.lib libjpeg.lib libiconv.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).dll"
|
||||
OutputFile="$(OutDir)\libcocos2dx.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=".\platform\win32\third_party\libraries"
|
||||
AdditionalLibraryDirectories="..\platform\win32\third_party\libraries"
|
||||
GenerateDebugInformation="true"
|
||||
SubSystem="2"
|
||||
OptimizeReferences="2"
|
||||
|
@ -172,7 +172,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy /Y .\platform\win32\third_party\libraries\*.dll $(OutDir)
copy /Y .\platform\win32\third_party\libraries\*.lib $(OutDir)
"
|
||||
CommandLine="copy /Y ..\platform\win32\third_party\libraries\*.dll $(OutDir)
copy /Y ..\platform\win32\third_party\libraries\*.lib $(OutDir)
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
@ -185,427 +185,427 @@
|
|||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\support\base64.h"
|
||||
RelativePath="..\support\base64.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCAction.h"
|
||||
RelativePath="..\include\CCAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCActionManager.h"
|
||||
RelativePath="..\include\CCActionManager.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCAtlasNode.h"
|
||||
RelativePath="..\include\CCAtlasNode.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCBitmapFontAtlas.h"
|
||||
RelativePath="..\include\CCBitmapFontAtlas.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCCamera.h"
|
||||
RelativePath="..\include\CCCamera.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCCameraAction.h"
|
||||
RelativePath="..\include\CCCameraAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\data_support\ccCArray.h"
|
||||
RelativePath="..\support\data_support\ccCArray.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\ccConfig.h"
|
||||
RelativePath="..\include\ccConfig.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CCConfiguration.h"
|
||||
RelativePath="..\CCConfiguration.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCDirector.h"
|
||||
RelativePath="..\include\CCDirector.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCDrawingPrimitives.h"
|
||||
RelativePath="..\include\CCDrawingPrimitives.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCEaseAction.h"
|
||||
RelativePath="..\include\CCEaseAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\CCFileUtils_platform.h"
|
||||
RelativePath="..\platform\CCFileUtils_platform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\effects\CCGrabber.h"
|
||||
RelativePath="..\effects\CCGrabber.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\effects\CCGrid.h"
|
||||
RelativePath="..\effects\CCGrid.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCGrid3DAction.h"
|
||||
RelativePath="..\include\CCGrid3DAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCGridAction.h"
|
||||
RelativePath="..\include\CCGridAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCInstantAction.h"
|
||||
RelativePath="..\include\CCInstantAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCIntervalAction.h"
|
||||
RelativePath="..\include\CCIntervalAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCLabel.h"
|
||||
RelativePath="..\include\CCLabel.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCLabelAtlas.h"
|
||||
RelativePath="..\include\CCLabelAtlas.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCLayer.h"
|
||||
RelativePath="..\include\CCLayer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\ccMacros.h"
|
||||
RelativePath="..\include\ccMacros.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCMenu.h"
|
||||
RelativePath="..\include\CCMenu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCMenuItem.h"
|
||||
RelativePath="..\include\CCMenuItem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCMotionStreak.h"
|
||||
RelativePath="..\include\CCMotionStreak.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCNode.h"
|
||||
RelativePath="..\include\CCNode.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCPageTurn3DAction.h"
|
||||
RelativePath="..\include\CCPageTurn3DAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCPageTurnTransition.h"
|
||||
RelativePath="..\include\CCPageTurnTransition.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCParallaxNode.h"
|
||||
RelativePath="..\include\CCParallaxNode.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCParticleExamples.h"
|
||||
RelativePath="..\include\CCParticleExamples.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCParticleSystem.h"
|
||||
RelativePath="..\include\CCParticleSystem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCPointParticleSystem.h"
|
||||
RelativePath="..\include\CCPointParticleSystem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\CCProfiling.h"
|
||||
RelativePath="..\support\CCProfiling.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCProgressTimer.h"
|
||||
RelativePath="..\include\CCProgressTimer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCProgressTimerActions.h"
|
||||
RelativePath="..\include\CCProgressTimerActions.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCProtocols.h"
|
||||
RelativePath="..\include\CCProtocols.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCPVRTexture.h"
|
||||
RelativePath="..\include\CCPVRTexture.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCQuadParticleSystem.h"
|
||||
RelativePath="..\include\CCQuadParticleSystem.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCRadialTransition.h"
|
||||
RelativePath="..\include\CCRadialTransition.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCRenderTexture.h"
|
||||
RelativePath="..\include\CCRenderTexture.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCRibbon.h"
|
||||
RelativePath="..\include\CCRibbon.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCScene.h"
|
||||
RelativePath="..\include\CCScene.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCScheduler.h"
|
||||
RelativePath="..\include\CCScheduler.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCSprite.h"
|
||||
RelativePath="..\include\CCSprite.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCSpriteFrame.h"
|
||||
RelativePath="..\include\CCSpriteFrame.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCSpriteFrameCache.h"
|
||||
RelativePath="..\include\CCSpriteFrameCache.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCSpriteSheet.h"
|
||||
RelativePath="..\include\CCSpriteSheet.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTexture2D.h"
|
||||
RelativePath="..\include\CCTexture2D.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTextureAtlas.h"
|
||||
RelativePath="..\include\CCTextureAtlas.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTextureCache.h"
|
||||
RelativePath="..\include\CCTextureCache.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTiledGridAction.h"
|
||||
RelativePath="..\include\CCTiledGridAction.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTileMapAtlas.h"
|
||||
RelativePath="..\include\CCTileMapAtlas.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCTime.h"
|
||||
RelativePath="..\platform\win32\CCTime.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTMXLayer.h"
|
||||
RelativePath="..\include\CCTMXLayer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTMXObjectGroup.h"
|
||||
RelativePath="..\include\CCTMXObjectGroup.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTMXTiledMap.h"
|
||||
RelativePath="..\include\CCTMXTiledMap.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTMXXMLParser.h"
|
||||
RelativePath="..\include\CCTMXXMLParser.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTouch.h"
|
||||
RelativePath="..\include\CCTouch.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTouchDelegateProtocol.h"
|
||||
RelativePath="..\include\CCTouchDelegateProtocol.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTouchDispatcher.h"
|
||||
RelativePath="..\include\CCTouchDispatcher.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\touch_dispatcher\CCTouchHandler.h"
|
||||
RelativePath="..\touch_dispatcher\CCTouchHandler.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCTransition.h"
|
||||
RelativePath="..\include\CCTransition.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\ccTypes.h"
|
||||
RelativePath="..\include\ccTypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCXApplication.h"
|
||||
RelativePath="..\include\CCXApplication.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\CCXApplication_platform.h"
|
||||
RelativePath="..\platform\CCXApplication_platform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXApplication_win32.h"
|
||||
RelativePath="..\platform\win32\CCXApplication_win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXBitmapDC.h"
|
||||
RelativePath="..\platform\win32\CCXBitmapDC.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\ccxCommon.h"
|
||||
RelativePath="..\include\ccxCommon.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\ccxCommon_platform.h"
|
||||
RelativePath="..\platform\ccxCommon_platform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\ccxCommon_win32.h"
|
||||
RelativePath="..\platform\win32\ccxCommon_win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCXEGLView.h"
|
||||
RelativePath="..\include\CCXEGLView.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\CCXEGLView_platform.h"
|
||||
RelativePath="..\platform\CCXEGLView_platform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXEGLView_win32.h"
|
||||
RelativePath="..\platform\win32\CCXEGLView_win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCXFileUtils.h"
|
||||
RelativePath="..\include\CCXFileUtils.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXFileUtils_win32.h"
|
||||
RelativePath="..\platform\win32\CCXFileUtils_win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\CCXMath.h"
|
||||
RelativePath="..\platform\CCXMath.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CCXUIImage.h"
|
||||
RelativePath="..\include\CCXUIImage.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\CCXUIImage_platform.h"
|
||||
RelativePath="..\platform\CCXUIImage_platform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXUIImage_win32.h"
|
||||
RelativePath="..\platform\win32\CCXUIImage_win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CGAffineTransform.h"
|
||||
RelativePath="..\include\CGAffineTransform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CGGeometry.h"
|
||||
RelativePath="..\include\CGGeometry.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\CGPointExtension.h"
|
||||
RelativePath="..\include\CGPointExtension.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\cocos2d.h"
|
||||
RelativePath="..\include\cocos2d.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\Cocos2dDefine.h"
|
||||
RelativePath="..\include\Cocos2dDefine.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\Cocos2dTypes.h"
|
||||
RelativePath="..\platform\win32\Cocos2dTypes.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\config_platform.h"
|
||||
RelativePath="..\platform\config_platform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\opengl_support\glu.h"
|
||||
RelativePath="..\support\opengl_support\glu.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NSAutoreleasePool.h"
|
||||
RelativePath="..\include\NSAutoreleasePool.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NSData.h"
|
||||
RelativePath="..\include\NSData.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\NSLock.h"
|
||||
RelativePath="..\platform\win32\NSLock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NSMutableArray.h"
|
||||
RelativePath="..\include\NSMutableArray.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NSMutableDictionary.h"
|
||||
RelativePath="..\include\NSMutableDictionary.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NSObject.h"
|
||||
RelativePath="..\include\NSObject.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NSSet.h"
|
||||
RelativePath="..\include\NSSet.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NSString.h"
|
||||
RelativePath="..\include\NSString.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\NSZone.h"
|
||||
RelativePath="..\include\NSZone.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\opengl_support\OpenGL_Internal.h"
|
||||
RelativePath="..\support\opengl_support\OpenGL_Internal.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\platform.h"
|
||||
RelativePath="..\platform\platform.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\include\selector_protocol.h"
|
||||
RelativePath="..\include\selector_protocol.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\image_support\TGAlib.h"
|
||||
RelativePath="..\support\image_support\TGAlib.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\TransformUtils.h"
|
||||
RelativePath="..\support\TransformUtils.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\data_support\uthash.h"
|
||||
RelativePath="..\support\data_support\uthash.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\data_support\utlist.h"
|
||||
RelativePath="..\support\data_support\utlist.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\ZipUtils.h"
|
||||
RelativePath="..\platform\win32\ZipUtils.h"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
@ -621,307 +621,307 @@
|
|||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath=".\support\base64.cpp"
|
||||
RelativePath="..\support\base64.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCAction.cpp"
|
||||
RelativePath="..\actions\CCAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCActionManager.cpp"
|
||||
RelativePath="..\actions\CCActionManager.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CCamera.cpp"
|
||||
RelativePath="..\CCamera.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\base_nodes\CCAtlasNode.cpp"
|
||||
RelativePath="..\base_nodes\CCAtlasNode.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\label_nodes\CCBitmapFontAtlas.cpp"
|
||||
RelativePath="..\label_nodes\CCBitmapFontAtlas.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCCameraAction.cpp"
|
||||
RelativePath="..\actions\CCCameraAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CCConfiguration.cpp"
|
||||
RelativePath="..\CCConfiguration.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CCDirector.cpp"
|
||||
RelativePath="..\CCDirector.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CCDrawingPrimitives.cpp"
|
||||
RelativePath="..\CCDrawingPrimitives.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCEaseAction.cpp"
|
||||
RelativePath="..\actions\CCEaseAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\effects\CCGrabber.cpp"
|
||||
RelativePath="..\effects\CCGrabber.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\effects\CCGrid.cpp"
|
||||
RelativePath="..\effects\CCGrid.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCGrid3DAction.cpp"
|
||||
RelativePath="..\actions\CCGrid3DAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCGridAction.cpp"
|
||||
RelativePath="..\actions\CCGridAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCInstantAction.cpp"
|
||||
RelativePath="..\actions\CCInstantAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCIntervalAction.cpp"
|
||||
RelativePath="..\actions\CCIntervalAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\label_nodes\CCLabel.cpp"
|
||||
RelativePath="..\label_nodes\CCLabel.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\label_nodes\CCLabelAtlas.cpp"
|
||||
RelativePath="..\label_nodes\CCLabelAtlas.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layers_scenes_transitions_nodes\CCLayer.cpp"
|
||||
RelativePath="..\layers_scenes_transitions_nodes\CCLayer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\menu_nodes\CCMenu.cpp"
|
||||
RelativePath="..\menu_nodes\CCMenu.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\menu_nodes\CCMenuItem.cpp"
|
||||
RelativePath="..\menu_nodes\CCMenuItem.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\misc_nodes\CCMotionStreak.cpp"
|
||||
RelativePath="..\misc_nodes\CCMotionStreak.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\base_nodes\CCNode.cpp"
|
||||
RelativePath="..\base_nodes\CCNode.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCPageTurn3DAction.cpp"
|
||||
RelativePath="..\actions\CCPageTurn3DAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layers_scenes_transitions_nodes\CCPageTurnTransition.cpp"
|
||||
RelativePath="..\layers_scenes_transitions_nodes\CCPageTurnTransition.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tilemap_parallax_nodes\CCParallaxNode.cpp"
|
||||
RelativePath="..\tilemap_parallax_nodes\CCParallaxNode.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\particle_nodes\CCParticleExamples.cpp"
|
||||
RelativePath="..\particle_nodes\CCParticleExamples.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\particle_nodes\CCParticleSystem.cpp"
|
||||
RelativePath="..\particle_nodes\CCParticleSystem.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\particle_nodes\CCPointParticleSystem.cpp"
|
||||
RelativePath="..\particle_nodes\CCPointParticleSystem.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\CCProfiling.cpp"
|
||||
RelativePath="..\support\CCProfiling.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\misc_nodes\CCProgressTimer.cpp"
|
||||
RelativePath="..\misc_nodes\CCProgressTimer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCProgressTimerActions.cpp"
|
||||
RelativePath="..\actions\CCProgressTimerActions.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\textures\CCPVRTexture.cpp"
|
||||
RelativePath="..\textures\CCPVRTexture.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\particle_nodes\CCQuadParticleSystem.cpp"
|
||||
RelativePath="..\particle_nodes\CCQuadParticleSystem.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layers_scenes_transitions_nodes\CCRadialTransition.cpp"
|
||||
RelativePath="..\layers_scenes_transitions_nodes\CCRadialTransition.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\misc_nodes\CCRenderTexture.cpp"
|
||||
RelativePath="..\misc_nodes\CCRenderTexture.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\misc_nodes\CCRibbon.cpp"
|
||||
RelativePath="..\misc_nodes\CCRibbon.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layers_scenes_transitions_nodes\CCScene.cpp"
|
||||
RelativePath="..\layers_scenes_transitions_nodes\CCScene.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\CCScheduler.cpp"
|
||||
RelativePath="..\CCScheduler.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sprite_nodes\CCSprite.cpp"
|
||||
RelativePath="..\sprite_nodes\CCSprite.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sprite_nodes\CCSpriteFrame.cpp"
|
||||
RelativePath="..\sprite_nodes\CCSpriteFrame.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sprite_nodes\CCSpriteFrameCache.cpp"
|
||||
RelativePath="..\sprite_nodes\CCSpriteFrameCache.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\sprite_nodes\CCSpriteSheet.cpp"
|
||||
RelativePath="..\sprite_nodes\CCSpriteSheet.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\textures\CCTexture2D.cpp"
|
||||
RelativePath="..\textures\CCTexture2D.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\textures\CCTextureAtlas.cpp"
|
||||
RelativePath="..\textures\CCTextureAtlas.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\textures\CCTextureCache.cpp"
|
||||
RelativePath="..\textures\CCTextureCache.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\actions\CCTiledGridAction.cpp"
|
||||
RelativePath="..\actions\CCTiledGridAction.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tilemap_parallax_nodes\CCTileMapAtlas.cpp"
|
||||
RelativePath="..\tilemap_parallax_nodes\CCTileMapAtlas.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCTime.cpp"
|
||||
RelativePath="..\platform\win32\CCTime.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tilemap_parallax_nodes\CCTMXLayer.cpp"
|
||||
RelativePath="..\tilemap_parallax_nodes\CCTMXLayer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tilemap_parallax_nodes\CCTMXObjectGroup.cpp"
|
||||
RelativePath="..\tilemap_parallax_nodes\CCTMXObjectGroup.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tilemap_parallax_nodes\CCTMXTiledMap.cpp"
|
||||
RelativePath="..\tilemap_parallax_nodes\CCTMXTiledMap.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\tilemap_parallax_nodes\CCTMXXMLParser.cpp"
|
||||
RelativePath="..\tilemap_parallax_nodes\CCTMXXMLParser.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\touch_dispatcher\CCTouchDispatcher.cpp"
|
||||
RelativePath="..\touch_dispatcher\CCTouchDispatcher.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\touch_dispatcher\CCTouchHandler.cpp"
|
||||
RelativePath="..\touch_dispatcher\CCTouchHandler.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\layers_scenes_transitions_nodes\CCTransition.cpp"
|
||||
RelativePath="..\layers_scenes_transitions_nodes\CCTransition.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXApplication_win32.cpp"
|
||||
RelativePath="..\platform\win32\CCXApplication_win32.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXBitmapDC.cpp"
|
||||
RelativePath="..\platform\win32\CCXBitmapDC.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXEGLView_win32.cpp"
|
||||
RelativePath="..\platform\win32\CCXEGLView_win32.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXFileUtils_win32.cpp"
|
||||
RelativePath="..\platform\win32\CCXFileUtils_win32.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\CCXUIImage_win32.cpp"
|
||||
RelativePath="..\platform\win32\CCXUIImage_win32.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cocoa\CGAffineTransform.cpp"
|
||||
RelativePath="..\cocoa\CGAffineTransform.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cocoa\CGGeometry.cpp"
|
||||
RelativePath="..\cocoa\CGGeometry.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\CGPointExtension.cpp"
|
||||
RelativePath="..\support\CGPointExtension.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cocos2d.cpp"
|
||||
RelativePath="..\cocos2d.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\opengl_support\glu.cpp"
|
||||
RelativePath="..\support\opengl_support\glu.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cocoa\NSAutoreleasePool.cpp"
|
||||
RelativePath="..\cocoa\NSAutoreleasePool.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cocoa\NSData.cpp"
|
||||
RelativePath="..\cocoa\NSData.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\NSLock.cpp"
|
||||
RelativePath="..\platform\win32\NSLock.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cocoa\NSObject.cpp"
|
||||
RelativePath="..\cocoa\NSObject.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cocoa\NSSet.cpp"
|
||||
RelativePath="..\cocoa\NSSet.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\cocoa\NSZone.cpp"
|
||||
RelativePath="..\cocoa\NSZone.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\image_support\TGAlib.cpp"
|
||||
RelativePath="..\support\image_support\TGAlib.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\support\TransformUtils.cpp"
|
||||
RelativePath="..\support\TransformUtils.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\platform\win32\ZipUtils.cpp"
|
||||
RelativePath="..\platform\win32\ZipUtils.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
Optimization="0"
|
||||
AdditionalIncludeDirectories="..\..\cocos2dx;..\..\cocos2dx\include;..\..\;..\..\chipmunk\include\chipmunk;...\tests;..\..\cocos2dx\platform\win32\third_party\OGLES\"
|
||||
AdditionalIncludeDirectories=""..\..\cocos2d-x";"..\..\cocos2d-x\include";..\..\;..\..\chipmunk\include\chipmunk;...\tests;"..\..\cocos2d-x\platform\win32\third_party\OGLES\""
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USE_MATH_DEFINES;GL_GLEXT_PROTOTYPES"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
|
@ -62,7 +62,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libcocos2d.lib libgles_cm.lib libBox2d.lib libchipmunk.lib"
|
||||
AdditionalDependencies="libgles_cm.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).exe"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories=""$(OutDir)""
|
||||
|
@ -120,7 +120,7 @@
|
|||
Name="VCCLCompilerTool"
|
||||
Optimization="2"
|
||||
EnableIntrinsicFunctions="true"
|
||||
AdditionalIncludeDirectories="..\..\cocos2dx;..\..\cocos2dx\include;..\..\;..\..\chipmunk\include\chipmunk;...\tests;..\..\cocos2dx\platform\win32\third_party\OGLES\"
|
||||
AdditionalIncludeDirectories=""..\..\cocos2d-x";"..\..\cocos2d-x\include";..\..\;..\..\chipmunk\include\chipmunk;...\tests;"..\..\cocos2d-x\platform\win32\third_party\OGLES\""
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USE_MATH_DEFINES;GL_GLEXT_PROTOTYPES"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
|
@ -140,7 +140,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="libcocos2d.lib libgles_cm.lib libBox2d.lib libchipmunk.lib"
|
||||
AdditionalDependencies="libgles_cm.lib"
|
||||
OutputFile="$(OutDir)\$(ProjectName).exe"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories=""$(OutDir)""
|
||||
|
|
Loading…
Reference in New Issue