Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOliver Schneider <oliver@assarbad.net>2014-01-20 08:36:21 +0400
committerOliver Schneider <oliver@assarbad.net>2014-01-20 08:36:21 +0400
commit3c6811f74de138b353dfc3952e47deb55db403f9 (patch)
treeb667692439e1a7b7aec6f4c04960c77d6c7193ef /3rdparty
parent4023312f2cfcfd07a395f1a5060af9244b6b7667 (diff)
These also belong with the previous commit
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/lua/src/buildvm.vs8.vcproj239
-rw-r--r--3rdparty/lua/src/luajit2.vs8.vcproj705
-rw-r--r--3rdparty/lua/src/minilua.vs8.vcproj119
3 files changed, 1063 insertions, 0 deletions
diff --git a/3rdparty/lua/src/buildvm.vs8.vcproj b/3rdparty/lua/src/buildvm.vs8.vcproj
new file mode 100644
index 0000000..5b837f2
--- /dev/null
+++ b/3rdparty/lua/src/buildvm.vs8.vcproj
@@ -0,0 +1,239 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="buildvm"
+ ProjectGUID="{F949C208-7A2E-4B1C-B74D-956E88542A26}"
+ RootNamespace="buildvm"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="."
+ IntermediateDirectory="..\..\..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="if not exist &quot;..\..\..\intermediate\vs2005_$(PlatformName)&quot; md &quot;..\..\..\intermediate\vs2005_$(PlatformName)&quot;&#x0D;&#x0A;minilua ..\dynasm\dynasm.lua -LN -D WIN -D JIT -D FFI -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\buildvm_arch.h&quot; vm_x86.dasc"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ AdditionalIncludeDirectories="$(ProjectDir);$(ProjectDir)..\dynasm;..\..\..\intermediate\vs2005_$(PlatformName)"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ ProgramDataBaseFileName="$(OutDir)\buildvm32.pdb"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ AdditionalIncludeDirectories="$(ProjectDir);$(ProjectDir)..\dynasm;..\..\..\intermediate\vs2005_$(PlatformName)"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies=""
+ OutputFile="$(OutDir)\buildvm32.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="$(IntDir)"
+ GenerateManifest="false"
+ GenerateDebugInformation="false"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ EntryPointSymbol="mainCRTStartup"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="."
+ IntermediateDirectory="..\..\..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="if not exist &quot;..\..\..\intermediate\vs2005_$(PlatformName)&quot; md &quot;..\..\..\intermediate\vs2005_$(PlatformName)&quot;&#x0D;&#x0A;minilua ..\dynasm\dynasm.lua -LN -D WIN -D JIT -D FFI -D P64 -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\buildvm_arch.h&quot; vm_x86.dasc"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ AdditionalIncludeDirectories="$(ProjectDir);$(ProjectDir)..\dynasm;..\..\..\intermediate\vs2005_$(PlatformName)"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ ProgramDataBaseFileName="$(OutDir)\buildvm64.pdb"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ AdditionalIncludeDirectories="$(ProjectDir);$(ProjectDir)..\dynasm;..\..\..\intermediate\vs2005_$(PlatformName)"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies=""
+ OutputFile="$(OutDir)\buildvm64.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="$(IntDir)"
+ GenerateManifest="false"
+ GenerateDebugInformation="false"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ EntryPointSymbol="mainCRTStartup"
+ TargetMachine="17"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ Filter=""
+ >
+ <File
+ RelativePath="host\buildvm.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ Filter=""
+ >
+ <File
+ RelativePath="host\buildvm.c"
+ >
+ </File>
+ <File
+ RelativePath="host\buildvm_asm.c"
+ >
+ </File>
+ <File
+ RelativePath="host\buildvm_fold.c"
+ >
+ </File>
+ <File
+ RelativePath="host\buildvm_lib.c"
+ >
+ </File>
+ <File
+ RelativePath="host\buildvm_peobj.c"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/3rdparty/lua/src/luajit2.vs8.vcproj b/3rdparty/lua/src/luajit2.vs8.vcproj
new file mode 100644
index 0000000..3282bf0
--- /dev/null
+++ b/3rdparty/lua/src/luajit2.vs8.vcproj
@@ -0,0 +1,705 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="luajit2"
+ ProjectGUID="{9F35C2BB-DF1E-400A-A829-AE34E1C91A70}"
+ RootNamespace="luajit2"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ <Platform
+ Name="x64"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="..\..\..\..\..\build"
+ IntermediateDirectory="..\..\..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="if not exist &quot;..\..\..\intermediate\vs2005_$(PlatformName)&quot; md &quot;..\..\..\intermediate\vs2005_$(PlatformName)&quot;&#x0D;&#x0A;buildvm32 -m peobj -o &quot;$(IntDir)\lj_vm32.obj&quot;&#x0D;&#x0A;buildvm32 -m bcdef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_bcdef.h&quot; lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c&#x0D;&#x0A;buildvm32 -m ffdef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_ffdef.h&quot; lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c&#x0D;&#x0A;buildvm32 -m libdef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_libdef.h&quot; lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c&#x0D;&#x0A;buildvm32 -m recdef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_recdef.h&quot; lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c&#x0D;&#x0A;buildvm32 -m folddef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_folddef.h&quot; lj_opt_fold.c"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ AdditionalIncludeDirectories="$(ProjectDir);$(ProjectDir)..\dynasm;..\..\..\intermediate\vs2005_$(PlatformName)"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ ProgramDataBaseFileName="$(OutDir)\luajit2_$(PlatformName).pdb"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ AdditionalIncludeDirectories="$(ProjectDir);$(ProjectDir)..\dynasm;..\..\..\intermediate\vs2005_$(PlatformName)"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies=""
+ OutputFile="$(OutDir)\luajit2_$(PlatformName).lib"
+ AdditionalLibraryDirectories="$(IntDir)"
+ AdditionalOptions="/MACHINE:X86 /nodefaultlib &quot;$(IntDir)\lj_vm32.obj&quot;"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="..\..\..\..\..\build"
+ IntermediateDirectory="..\..\..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="4"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ CommandLine="if not exist &quot;..\..\..\intermediate\vs2005_$(PlatformName)&quot; md &quot;..\..\..\intermediate\vs2005_$(PlatformName)&quot;&#x0D;&#x0A;buildvm64 -m peobj -o &quot;$(IntDir)\lj_vm64.obj&quot;&#x0D;&#x0A;buildvm64 -m bcdef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_bcdef.h&quot; lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c&#x0D;&#x0A;buildvm64 -m ffdef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_ffdef.h&quot; lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c&#x0D;&#x0A;buildvm64 -m libdef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_libdef.h&quot; lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c&#x0D;&#x0A;buildvm64 -m recdef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_recdef.h&quot; lib_base.c lib_math.c lib_bit.c lib_string.c lib_table.c lib_io.c lib_os.c lib_package.c lib_debug.c lib_jit.c lib_ffi.c&#x0D;&#x0A;buildvm64 -m folddef -o &quot;..\..\..\intermediate\vs2005_$(PlatformName)\lj_folddef.h&quot; lj_opt_fold.c"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ TargetEnvironment="3"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ AdditionalIncludeDirectories="$(ProjectDir);$(ProjectDir)..\dynasm;..\..\..\intermediate\vs2005_$(PlatformName)"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="false"
+ ProgramDataBaseFileName="$(OutDir)\luajit2_$(PlatformName).pdb"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ AdditionalIncludeDirectories="$(ProjectDir);$(ProjectDir)..\dynasm;..\..\..\intermediate\vs2005_$(PlatformName)"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLibrarianTool"
+ AdditionalDependencies=""
+ OutputFile="$(OutDir)\luajit2_$(PlatformName).lib"
+ AdditionalLibraryDirectories="$(IntDir)"
+ AdditionalOptions="/MACHINE:X64 /nodefaultlib &quot;$(IntDir)\lj_vm64.obj&quot;"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Header Files"
+ Filter=""
+ >
+ <File
+ RelativePath="lauxlib.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_alloc.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_arch.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_asm.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_asm_arm.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_asm_mips.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_asm_ppc.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_asm_x86.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_bc.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_bcdump.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_carith.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_ccall.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_ccallback.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_cconv.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_cdata.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_char.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_clib.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_cparse.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_crecord.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_ctype.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_debug.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_def.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_dispatch.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_emit_arm.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_emit_mips.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_emit_ppc.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_emit_x86.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_err.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_errmsg.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_ff.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_ffrecord.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_frame.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_func.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_gc.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_gdbjit.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_ir.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_ircall.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_iropt.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_jit.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_lex.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_lib.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_mcode.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_meta.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_obj.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_parse.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_record.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_snap.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_state.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_str.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_strscan.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_tab.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_target.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_target_arm.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_target_mips.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_target_ppc.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_target_x86.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_trace.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_traceerr.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_udata.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_vm.h"
+ >
+ </File>
+ <File
+ RelativePath="lj_vmevent.h"
+ >
+ </File>
+ <File
+ RelativePath="lua.h"
+ >
+ </File>
+ <File
+ RelativePath="luaconf.h"
+ >
+ </File>
+ <File
+ RelativePath="luajit.h"
+ >
+ </File>
+ <File
+ RelativePath="lualib.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Source Files"
+ Filter=""
+ >
+ <File
+ RelativePath="lib_aux.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_base.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_bit.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_debug.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_ffi.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_init.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_io.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_jit.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_math.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_os.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_package.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_string.c"
+ >
+ </File>
+ <File
+ RelativePath="lib_table.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_alloc.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_api.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_asm.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_bc.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_bcread.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_bcwrite.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_carith.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_ccall.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_ccallback.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_cconv.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_cdata.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_char.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_clib.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_cparse.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_crecord.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_ctype.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_debug.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_dispatch.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_err.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_ffrecord.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_func.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_gc.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_gdbjit.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_ir.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_lex.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_lib.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_load.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_mcode.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_meta.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_obj.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_opt_dce.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_opt_fold.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_opt_loop.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_opt_mem.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_opt_narrow.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_opt_sink.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_opt_split.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_parse.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_record.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_snap.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_state.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_str.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_strscan.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_tab.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_trace.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_udata.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_vmevent.c"
+ >
+ </File>
+ <File
+ RelativePath="lj_vmmath.c"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
diff --git a/3rdparty/lua/src/minilua.vs8.vcproj b/3rdparty/lua/src/minilua.vs8.vcproj
new file mode 100644
index 0000000..f2f68fc
--- /dev/null
+++ b/3rdparty/lua/src/minilua.vs8.vcproj
@@ -0,0 +1,119 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="minilua"
+ ProjectGUID="{531911BC-0023-4EC6-A2CE-6C3F5C182647}"
+ RootNamespace="minilua"
+ Keyword="Win32Proj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="."
+ IntermediateDirectory="..\..\..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
+ ConfigurationType="1"
+ CharacterSet="2"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="3"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ StringPooling="true"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="true"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ ProgramDataBaseFileName="$(OutDir)\minilua.pdb"
+ DebugInformationFormat="0"
+ CompileAs="1"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG;_CRT_SECURE_NO_DEPRECATE"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalOptions="/release"
+ OutputFile="$(OutDir)\minilua.exe"
+ LinkIncremental="1"
+ AdditionalLibraryDirectories="$(IntDir)"
+ GenerateManifest="false"
+ GenerateDebugInformation="false"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ EntryPointSymbol="mainCRTStartup"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCWebDeploymentTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter=""
+ >
+ <File
+ RelativePath="host\minilua.c"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>