summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/MSVC/lua.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/MSVC/lua.vcproj')
-rw-r--r--crawl-ref/source/MSVC/lua.vcproj359
1 files changed, 359 insertions, 0 deletions
diff --git a/crawl-ref/source/MSVC/lua.vcproj b/crawl-ref/source/MSVC/lua.vcproj
new file mode 100644
index 0000000000..2c57cd692d
--- /dev/null
+++ b/crawl-ref/source/MSVC/lua.vcproj
@@ -0,0 +1,359 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="lua"
+ ProjectGUID="{A61349B6-4099-4688-AA1A-00D91397857D}"
+ RootNamespace="lua"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="4"
+ CharacterSet="1"
+ WholeProgramOptimization="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <File
+ RelativePath="..\util\lua\src\lapi.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lapi.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lauxlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lauxlib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lbaselib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lcode.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lcode.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ldblib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ldebug.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ldebug.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ldo.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ldo.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ldump.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lfunc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lfunc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lgc.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lgc.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\linit.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\liolib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\llex.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\llex.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\llimits.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lmathlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lmem.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lmem.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\loadlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lobject.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lobject.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lopcodes.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lopcodes.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\loslib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lparser.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lparser.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lstate.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lstate.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lstring.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lstring.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lstrlib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ltable.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ltable.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ltablib.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ltm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\ltm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lua.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\luaconf.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lualib.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lundump.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lundump.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lvm.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lvm.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lzio.c"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\lzio.h"
+ >
+ </File>
+ <File
+ RelativePath="..\util\lua\src\print.c"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>