286 lines
5.2 KiB
XML
286 lines
5.2 KiB
XML
<?xml version="1.0" encoding="Windows-1252"?>
|
|
<VisualStudioProject
|
|
ProjectType="Visual C++"
|
|
Version="9.00"
|
|
Name="lua5.1_lib"
|
|
ProjectGUID="{D7488B96-456A-1E46-8B0B-0F698E025694}"
|
|
RootNamespace="lua5.1_lib"
|
|
Keyword="Win32Proj"
|
|
TargetFrameworkVersion="131072"
|
|
>
|
|
<Platforms>
|
|
<Platform
|
|
Name="Win32"
|
|
/>
|
|
</Platforms>
|
|
<ToolFiles>
|
|
</ToolFiles>
|
|
<Configurations>
|
|
<Configuration
|
|
Name="Debug|Win32"
|
|
OutputDirectory="../lib/static"
|
|
IntermediateDirectory="../obj/lua5.1_lib/Debug"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="0"
|
|
AdditionalIncludeDirectories="../include"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;DEBUG"
|
|
MinimalRebuild="true"
|
|
BasicRuntimeChecks="3"
|
|
RuntimeLibrary="3"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="4"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="../include"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/lua5.1.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
<Configuration
|
|
Name="Release|Win32"
|
|
OutputDirectory="../lib/static"
|
|
IntermediateDirectory="../obj/lua5.1_lib/Release"
|
|
ConfigurationType="4"
|
|
CharacterSet="2"
|
|
>
|
|
<Tool
|
|
Name="VCPreBuildEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCustomBuildTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXMLDataGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
/>
|
|
<Tool
|
|
Name="VCMIDLTool"
|
|
/>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
Optimization="3"
|
|
AdditionalIncludeDirectories="../include"
|
|
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE"
|
|
StringPooling="true"
|
|
RuntimeLibrary="0"
|
|
EnableFunctionLevelLinking="true"
|
|
UsePrecompiledHeader="0"
|
|
WarningLevel="3"
|
|
Detect64BitPortabilityProblems="true"
|
|
DebugInformationFormat="0"
|
|
/>
|
|
<Tool
|
|
Name="VCManagedResourceCompilerTool"
|
|
/>
|
|
<Tool
|
|
Name="VCResourceCompilerTool"
|
|
AdditionalIncludeDirectories="../include"
|
|
/>
|
|
<Tool
|
|
Name="VCPreLinkEventTool"
|
|
/>
|
|
<Tool
|
|
Name="VCLibrarianTool"
|
|
OutputFile="$(OutDir)/lua5.1.lib"
|
|
/>
|
|
<Tool
|
|
Name="VCALinkTool"
|
|
/>
|
|
<Tool
|
|
Name="VCXDCMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCBscMakeTool"
|
|
/>
|
|
<Tool
|
|
Name="VCFxCopTool"
|
|
/>
|
|
<Tool
|
|
Name="VCPostBuildEventTool"
|
|
/>
|
|
</Configuration>
|
|
</Configurations>
|
|
<References>
|
|
</References>
|
|
<Files>
|
|
<Filter
|
|
Name="src"
|
|
>
|
|
<File
|
|
RelativePath="..\src\lapi.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lauxlib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lbaselib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lcode.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ldblib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ldebug.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ldo.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ldump.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lfunc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lgc.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\linit.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\liolib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\llex.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lmathlib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lmem.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lnum.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\loadlib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lobject.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lopcodes.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\loslib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lparser.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lstate.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lstring.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lstrlib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ltable.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ltablib.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\ltm.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lua_user.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lundump.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lvm.c"
|
|
>
|
|
</File>
|
|
<File
|
|
RelativePath="..\src\lzio.c"
|
|
>
|
|
</File>
|
|
</Filter>
|
|
</Files>
|
|
<Globals>
|
|
</Globals>
|
|
</VisualStudioProject>
|