axmol/lua/proj.win32/liblua.vcproj

468 lines
8.9 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"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\lua\tolua&quot;;&quot;$(SolutionDir)\lua\lua&quot;;&quot;$(SolutionDir)\cocos2dx\platform\third_party\win32\OGLES&quot;;&quot;$(SolutionDir)\cocos2dx\platform&quot;;&quot;$(SolutionDir)\cocos2dx\include&quot;;&quot;$(SolutionDir)\cocos2dx&quot;"
2011-06-20 17:31:38 +08:00
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"
DisableSpecificWarnings="4996"
2011-05-31 14:04:14 +08:00
/>
<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).win32"
2011-05-31 14:04:14 +08:00
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"
AdditionalIncludeDirectories="&quot;$(SolutionDir)\lua\tolua&quot;;&quot;$(SolutionDir)\lua\lua&quot;;&quot;$(SolutionDir)\cocos2dx\platform\third_party\win32\OGLES&quot;;&quot;$(SolutionDir)\cocos2dx\platform&quot;;&quot;$(SolutionDir)\cocos2dx\include&quot;;&quot;$(SolutionDir)\cocos2dx&quot;"
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"
UsePrecompiledHeader="0"
PrecompiledHeaderThrough=""
PrecompiledHeaderFile=""
2011-05-31 14:04:14 +08:00
WarningLevel="3"
DebugInformationFormat="3"
DisableSpecificWarnings="4996"
2011-05-31 14:04:14 +08:00
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="libcocos2d.lib"
2011-05-31 14:04:14 +08:00
LinkIncremental="1"
AdditionalLibraryDirectories="&quot;$(OutDir)&quot;"
2011-05-31 14:04:14 +08:00
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
Name="lua"
2011-05-31 14:04:14 +08:00
>
<File
RelativePath="..\lua\lapi.c"
2011-05-31 14:04:14 +08:00
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath="..\lua\lapi.h"
2011-06-20 17:31:38 +08:00
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath="..\lua\lauxlib.c"
2011-05-31 14:04:14 +08:00
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath="..\lua\lauxlib.h"
2011-06-20 17:31:38 +08:00
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath="..\lua\lbaselib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lcode.c"
2011-05-31 14:04:14 +08:00
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath="..\lua\lcode.h"
2011-06-20 17:31:38 +08:00
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath="..\lua\ldblib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\ldebug.c"
2011-05-31 14:04:14 +08:00
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath="..\lua\ldebug.h"
2011-06-20 17:31:38 +08:00
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath="..\lua\ldo.c"
2011-05-31 14:04:14 +08:00
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath="..\lua\ldo.h"
2011-06-20 17:31:38 +08:00
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath="..\lua\ldump.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lfunc.c"
2011-05-31 14:04:14 +08:00
>
</File>
2011-06-20 17:31:38 +08:00
<File
RelativePath="..\lua\lfunc.h"
2011-06-20 17:31:38 +08:00
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath="..\lua\lgc.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lgc.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\linit.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\liolib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\llex.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\llex.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\llimits.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lmathlib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lmem.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lmem.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\loadlib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lobject.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lobject.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lopcodes.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lopcodes.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\loslib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lparser.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lparser.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lstate.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lstate.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lstring.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lstring.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lstrlib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\ltable.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\ltable.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\ltablib.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\ltm.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\ltm.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lua.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lua.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\luac.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\luaconf.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lualib.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lundump.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lundump.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lvm.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lvm.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lzio.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\lzio.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\lua\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
RelativePath="..\cocos2dx_support\LuaCocos2d.cpp"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\cocos2dx_support\LuaCocos2d.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\cocos2dx_support\LuaEngine.cpp"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\cocos2dx_support\LuaEngine.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\cocos2dx_support\LuaEngineImpl.cpp"
2011-05-31 14:04:14 +08:00
>
</File>
<File
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"
2011-06-20 17:31:38 +08:00
>
</File>
2011-05-31 14:04:14 +08:00
<File
RelativePath="..\tolua\tolua_event.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\tolua\tolua_event.h"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\tolua\tolua_is.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\tolua\tolua_map.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\tolua\tolua_push.c"
2011-05-31 14:04:14 +08:00
>
</File>
<File
RelativePath="..\tolua\tolua_to.c"
2011-05-31 14:04:14 +08:00
>
</File>
</Filter>
</Files>
<Globals>
</Globals>
</VisualStudioProject>