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"
|
2011-07-20 15:21:51 +08:00
|
|
|
IntermediateDirectory="$(ConfigurationName).win32"
|
|
|
|
ConfigurationType="4"
|
2011-06-20 17:31:38 +08:00
|
|
|
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-07-20 15:21:51 +08:00
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)\lua\tolua";"$(SolutionDir)\lua\lua""
|
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"
|
2011-06-23 15:47:56 +08:00
|
|
|
DisableSpecificWarnings="4996"
|
2011-05-31 14:04:14 +08:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
2011-07-20 15:21:51 +08:00
|
|
|
Name="VCLibrarianTool"
|
|
|
|
AdditionalLibraryDirectories=""
|
2011-05-31 14:04:14 +08:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
<Configuration
|
|
|
|
Name="Release|Win32"
|
2011-06-27 14:11:29 +08:00
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName).win32"
|
2011-07-20 15:21:51 +08:00
|
|
|
IntermediateDirectory="$(ConfigurationName).win32"
|
|
|
|
ConfigurationType="4"
|
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-07-20 15:21:51 +08:00
|
|
|
AdditionalIncludeDirectories=""$(SolutionDir)\lua\tolua";"$(SolutionDir)\lua\lua""
|
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-27 14:11:29 +08:00
|
|
|
UsePrecompiledHeader="0"
|
|
|
|
PrecompiledHeaderThrough=""
|
|
|
|
PrecompiledHeaderFile=""
|
2011-05-31 14:04:14 +08:00
|
|
|
WarningLevel="3"
|
|
|
|
DebugInformationFormat="3"
|
2011-06-23 15:47:56 +08:00
|
|
|
DisableSpecificWarnings="4996"
|
2011-05-31 14:04:14 +08:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
2011-07-20 15:21:51 +08:00
|
|
|
Name="VCLibrarianTool"
|
|
|
|
AdditionalLibraryDirectories="libcocos2d.lib"
|
2011-05-31 14:04:14 +08:00
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
2011-06-23 12:01:02 +08:00
|
|
|
Name="lua"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lapi.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-06-20 17:31:38 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lapi.h"
|
2011-06-20 17:31:38 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-05-31 14:04:14 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lauxlib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-06-20 17:31:38 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lauxlib.h"
|
2011-06-20 17:31:38 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-05-31 14:04:14 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lbaselib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lcode.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-06-20 17:31:38 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lcode.h"
|
2011-06-20 17:31:38 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-05-31 14:04:14 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ldblib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ldebug.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-06-20 17:31:38 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ldebug.h"
|
2011-06-20 17:31:38 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-05-31 14:04:14 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ldo.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-06-20 17:31:38 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ldo.h"
|
2011-06-20 17:31:38 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-05-31 14:04:14 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ldump.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lfunc.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-06-20 17:31:38 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lfunc.h"
|
2011-06-20 17:31:38 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-05-31 14:04:14 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lgc.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lgc.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\linit.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\liolib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\llex.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\llex.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\llimits.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lmathlib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lmem.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lmem.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\loadlib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lobject.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lobject.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lopcodes.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lopcodes.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\loslib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lparser.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lparser.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lstate.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lstate.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lstring.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lstring.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lstrlib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ltable.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ltable.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ltablib.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ltm.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\ltm.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lua.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lua.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\luac.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\luaconf.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lualib.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lundump.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lundump.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lvm.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lvm.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lzio.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\lzio.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\lua\print.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-06-20 17:31:38 +08:00
|
|
|
</Filter>
|
2011-05-31 14:04:14 +08:00
|
|
|
<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
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\tolua\tolua++.h"
|
2011-06-20 17:31:38 +08:00
|
|
|
>
|
|
|
|
</File>
|
2011-05-31 14:04:14 +08:00
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\tolua\tolua_event.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\tolua\tolua_event.h"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\tolua\tolua_is.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\tolua\tolua_map.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\tolua\tolua_push.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
2011-06-23 12:01:02 +08:00
|
|
|
RelativePath="..\tolua\tolua_to.c"
|
2011-05-31 14:04:14 +08:00
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|