axmol/lua/liblua.vcproj

461 lines
8.3 KiB
Plaintext
Raw Normal View History

2011-05-31 14:04:14 +08:00
<?xml version="1.0" encoding="gb2312"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="9.00"
Name="liblua"
2011-06-20 17:31:38 +08:00
ProjectGUID="{DDC3E27F-004D-4DD4-9DD3-931A013D2159}"
RootNamespace="liblua"
2011-05-31 14:04:14 +08:00
Keyword="Win32Proj"
TargetFrameworkVersion="196613"
>
<Platforms>
<Platform
Name="Win32"
/>
</Platforms>
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName).win32"
IntermediateDirectory="$(ConfigurationName)"
2011-06-20 17:31:38 +08:00
ConfigurationType="2"
CharacterSet="1"
2011-05-31 14:04:14 +08:00
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
2011-06-20 17:31:38 +08:00
AdditionalIncludeDirectories="&quot;$(SolutionDir)\lua\tolua&quot;;&quot;$(SolutionDir)\lua\src&quot;;&quot;$(SolutionDir)\cocos2dx\platform\third_party\win32\OGLES&quot;;&quot;$(SolutionDir)\cocos2dx\platform&quot;;&quot;$(SolutionDir)\cocos2dx\include&quot;;&quot;$(SolutionDir)\cocos2dx&quot;"
PreprocessorDefinitions="WIN32;_WINDOWS;_USRDLL"
2011-05-31 14:04:14 +08:00
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
UsePrecompiledHeader="0"
2011-06-20 17:31:38 +08:00
PrecompiledHeaderThrough=""
PrecompiledHeaderFile=""
2011-05-31 14:04:14 +08:00
WarningLevel="3"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
2011-06-20 17:31:38 +08:00
Name="VCLinkerTool"
AdditionalDependencies="libcocos2d.lib"
LinkIncremental="2"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
GenerateDebugInformation="true"
SubSystem="2"
TargetMachine="1"
2011-05-31 14:04:14 +08:00
/>
<Tool
Name="VCALinkTool"
/>
2011-06-20 17:31:38 +08:00
<Tool
Name="VCManifestTool"
/>
2011-05-31 14:04:14 +08:00
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
2011-06-20 17:31:38 +08:00
<Tool
Name="VCAppVerifierTool"
/>
2011-05-31 14:04:14 +08:00
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
IntermediateDirectory="$(ConfigurationName)"
2011-06-20 17:31:38 +08:00
ConfigurationType="2"
2011-05-31 14:04:14 +08:00
CharacterSet="1"
WholeProgramOptimization="1"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
2011-06-20 17:31:38 +08:00
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBLUA_EXPORTS"
2011-05-31 14:04:14 +08:00
RuntimeLibrary="2"
EnableFunctionLevelLinking="true"
2011-06-20 17:31:38 +08:00
UsePrecompiledHeader="2"
2011-05-31 14:04:14 +08:00
WarningLevel="3"
DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
LinkIncremental="1"
GenerateDebugInformation="true"
2011-06-20 17:31:38 +08:00
SubSystem="2"
2011-05-31 14:04:14 +08:00
OptimizeReferences="2"
EnableCOMDATFolding="2"
TargetMachine="1"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
Name="VCManifestTool"
/>
<Tool
Name="VCXDCMakeTool"
/>
<Tool
Name="VCBscMakeTool"
/>
<Tool
Name="VCFxCopTool"
/>
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
2011-06-20 17:31:38 +08:00
Name="src"
2011-05-31 14:04:14 +08:00
>
<File
RelativePath=".\src\lapi.c"
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath=".\src\lapi.h"
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath=".\src\lauxlib.c"
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath=".\src\lauxlib.h"
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath=".\src\lbaselib.c"
>
</File>
<File
RelativePath=".\src\lcode.c"
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath=".\src\lcode.h"
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath=".\src\ldblib.c"
>
</File>
<File
RelativePath=".\src\ldebug.c"
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath=".\src\ldebug.h"
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath=".\src\ldo.c"
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath=".\src\ldo.h"
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath=".\src\ldump.c"
>
</File>
<File
RelativePath=".\src\lfunc.c"
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath=".\src\lfunc.h"
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath=".\src\lgc.c"
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lgc.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\linit.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\liolib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\llex.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\llex.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\llimits.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lmathlib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lmem.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lmem.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\loadlib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lobject.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lobject.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lopcodes.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lopcodes.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\loslib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lparser.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lparser.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lstate.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lstate.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lstring.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lstring.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lstrlib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\ltable.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\ltable.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\ltablib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\ltm.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\ltm.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lua.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lua.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\luac.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\luaconf.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lualib.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lundump.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lundump.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lvm.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lvm.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lzio.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\lzio.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-20 17:31:38 +08:00
RelativePath=".\src\print.c"
2011-05-31 14:04:14 +08:00
>
</File>
2011-06-20 17:31:38 +08:00
</Filter>
<Filter
Name="cocos2dx_support"
>
2011-05-31 14:04:14 +08:00
<File
2011-06-21 10:18:43 +08:00
RelativePath=".\cocos2dx_support\LuaCocos2d.cpp"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-21 10:18:43 +08:00
RelativePath=".\cocos2dx_support\LuaCocos2d.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-21 10:18:43 +08:00
RelativePath=".\cocos2dx_support\LuaEngine.cpp"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-21 10:18:43 +08:00
RelativePath=".\cocos2dx_support\LuaEngine.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-21 10:18:43 +08:00
RelativePath=".\cocos2dx_support\LuaEngineImpl.cpp"
2011-05-31 14:04:14 +08:00
>
</File>
<File
2011-06-21 10:18:43 +08:00
RelativePath=".\cocos2dx_support\LuaEngineImpl.h"
2011-05-31 14:04:14 +08:00
>
</File>
</Filter>
<Filter
2011-06-20 17:31:38 +08:00
Name="tolua"
2011-05-31 14:04:14 +08:00
>
2011-06-20 17:31:38 +08:00
<File
RelativePath=".\tolua\tolua++.h"
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath=".\tolua\tolua_event.c"
>
</File>
<File
RelativePath=".\tolua\tolua_event.h"
>
</File>
<File
RelativePath=".\tolua\tolua_is.c"
>
</File>
<File
RelativePath=".\tolua\tolua_map.c"
>
</File>
<File
RelativePath=".\tolua\tolua_push.c"
>
</File>
<File
RelativePath=".\tolua\tolua_to.c"
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>