summaryrefslogtreecommitdiffstats
path: root/VC2008/Lua.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'VC2008/Lua.vcproj')
-rw-r--r--VC2008/Lua.vcproj220
1 files changed, 153 insertions, 67 deletions
diff --git a/VC2008/Lua.vcproj b/VC2008/Lua.vcproj
index cb063c53e..d08d738ea 100644
--- a/VC2008/Lua.vcproj
+++ b/VC2008/Lua.vcproj
@@ -20,7 +20,7 @@
Name="Debug|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
IntermediateDirectory="$(ConfigurationName)\Lua"
- ConfigurationType="4"
+ ConfigurationType="2"
CharacterSet="1"
>
<Tool
@@ -41,7 +41,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
+ PreprocessorDefinitions="WIN32;_DEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;LUA_BUILD_AS_DLL"
MinimalRebuild="true"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
@@ -59,12 +59,17 @@
Name="VCPreLinkEventTool"
/>
<Tool
- Name="VCLibrarianTool"
+ Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\lua5.1.dll"
+ GenerateDebugInformation="true"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
+ Name="VCManifestTool"
+ />
+ <Tool
Name="VCXDCMakeTool"
/>
<Tool
@@ -74,6 +79,9 @@
Name="VCFxCopTool"
/>
<Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -81,7 +89,7 @@
Name="Release|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
IntermediateDirectory="$(ConfigurationName)\Lua"
- ConfigurationType="4"
+ ConfigurationType="2"
CharacterSet="1"
WholeProgramOptimization="1"
>
@@ -104,7 +112,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;LUA_BUILD_AS_DLL"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
@@ -121,12 +129,16 @@
Name="VCPreLinkEventTool"
/>
<Tool
- Name="VCLibrarianTool"
+ Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\lua5.1.dll"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
+ Name="VCManifestTool"
+ />
+ <Tool
Name="VCXDCMakeTool"
/>
<Tool
@@ -136,6 +148,9 @@
Name="VCFxCopTool"
/>
<Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -143,7 +158,7 @@
Name="Release profiled|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
IntermediateDirectory="$(ConfigurationName)\Lua"
- ConfigurationType="4"
+ ConfigurationType="2"
CharacterSet="1"
WholeProgramOptimization="1"
>
@@ -166,7 +181,7 @@
Name="VCCLCompilerTool"
Optimization="2"
EnableIntrinsicFunctions="true"
- PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS"
+ PreprocessorDefinitions="WIN32;NDEBUG;_LIB;_CRT_SECURE_NO_WARNINGS;LUA_BUILD_AS_DLL"
RuntimeLibrary="0"
EnableFunctionLevelLinking="true"
UsePrecompiledHeader="0"
@@ -183,12 +198,16 @@
Name="VCPreLinkEventTool"
/>
<Tool
- Name="VCLibrarianTool"
+ Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\lua5.1.dll"
/>
<Tool
Name="VCALinkTool"
/>
<Tool
+ Name="VCManifestTool"
+ />
+ <Tool
Name="VCXDCMakeTool"
/>
<Tool
@@ -198,6 +217,9 @@
Name="VCFxCopTool"
/>
<Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
Name="VCPostBuildEventTool"
/>
</Configuration>
@@ -205,6 +227,74 @@
Name="Debug profiled|Win32"
OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
IntermediateDirectory="$(ConfigurationName)\Lua"
+ ConfigurationType="2"
+ 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;LUA_BUILD_AS_DLL"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ DebugInformationFormat="4"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ OutputFile="$(ProjectDir)\..\MCServer\lua5.1.dll"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Debug_LuaStatic|Win32"
+ OutputDirectory="$(SolutionDir)$(ConfigurationName)\Lua"
+ IntermediateDirectory="$(ConfigurationName)\Lua"
ConfigurationType="4"
CharacterSet="1"
>
@@ -272,224 +362,220 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
- RelativePath="..\lua-5.1.4\src\lapi.c"
- >
- </File>
- <File
- RelativePath="..\lua-5.1.4\src\lauxlib.c"
+ RelativePath="..\lib\lua\src\lapi.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lbaselib.c"
+ RelativePath="..\lib\lua\src\lauxlib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lcode.c"
+ RelativePath="..\lib\lua\src\lbaselib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ldblib.c"
+ RelativePath="..\lib\lua\src\lcode.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ldebug.c"
+ RelativePath="..\lib\lua\src\ldblib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ldo.c"
+ RelativePath="..\lib\lua\src\ldebug.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ldump.c"
+ RelativePath="..\lib\lua\src\ldo.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lfunc.c"
+ RelativePath="..\lib\lua\src\ldump.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lgc.c"
+ RelativePath="..\lib\lua\src\lfunc.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\linit.c"
+ RelativePath="..\lib\lua\src\lgc.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\liolib.c"
+ RelativePath="..\lib\lua\src\linit.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\llex.c"
+ RelativePath="..\lib\lua\src\liolib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lmathlib.c"
+ RelativePath="..\lib\lua\src\llex.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lmem.c"
+ RelativePath="..\lib\lua\src\lmathlib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\loadlib.c"
+ RelativePath="..\lib\lua\src\lmem.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lobject.c"
+ RelativePath="..\lib\lua\src\loadlib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lopcodes.c"
+ RelativePath="..\lib\lua\src\lobject.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\loslib.c"
+ RelativePath="..\lib\lua\src\lopcodes.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lparser.c"
+ RelativePath="..\lib\lua\src\loslib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lstate.c"
+ RelativePath="..\lib\lua\src\lparser.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lstring.c"
+ RelativePath="..\lib\lua\src\lstate.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lstrlib.c"
+ RelativePath="..\lib\lua\src\lstring.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ltable.c"
+ RelativePath="..\lib\lua\src\lstrlib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ltablib.c"
+ RelativePath="..\lib\lua\src\ltable.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ltm.c"
+ RelativePath="..\lib\lua\src\ltablib.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lua.c"
+ RelativePath="..\lib\lua\src\ltm.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\luac.c"
+ RelativePath="..\lib\lua\src\luac.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lundump.c"
+ RelativePath="..\lib\lua\src\lundump.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lvm.c"
+ RelativePath="..\lib\lua\src\lvm.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lzio.c"
+ RelativePath="..\lib\lua\src\lzio.c"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\print.c"
+ RelativePath="..\lib\lua\src\print.c"
>
</File>
</Filter>
<File
- RelativePath="..\lua-5.1.4\src\lapi.h"
+ RelativePath="..\lib\lua\src\lapi.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lauxlib.h"
+ RelativePath="..\lib\lua\src\lauxlib.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lcode.h"
+ RelativePath="..\lib\lua\src\lcode.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ldebug.h"
+ RelativePath="..\lib\lua\src\ldebug.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ldo.h"
+ RelativePath="..\lib\lua\src\ldo.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lfunc.h"
+ RelativePath="..\lib\lua\src\lfunc.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lgc.h"
+ RelativePath="..\lib\lua\src\lgc.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\llex.h"
+ RelativePath="..\lib\lua\src\llex.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\llimits.h"
+ RelativePath="..\lib\lua\src\llimits.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lmem.h"
+ RelativePath="..\lib\lua\src\lmem.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lobject.h"
+ RelativePath="..\lib\lua\src\lobject.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lopcodes.h"
+ RelativePath="..\lib\lua\src\lopcodes.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lparser.h"
+ RelativePath="..\lib\lua\src\lparser.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lstate.h"
+ RelativePath="..\lib\lua\src\lstate.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lstring.h"
+ RelativePath="..\lib\lua\src\lstring.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ltable.h"
+ RelativePath="..\lib\lua\src\ltable.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\ltm.h"
+ RelativePath="..\lib\lua\src\ltm.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lua.h"
+ RelativePath="..\lib\lua\src\lua.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\luaconf.h"
+ RelativePath="..\lib\lua\src\luaconf.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lualib.h"
+ RelativePath="..\lib\lua\src\lualib.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lundump.h"
+ RelativePath="..\lib\lua\src\lundump.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lvm.h"
+ RelativePath="..\lib\lua\src\lvm.h"
>
</File>
<File
- RelativePath="..\lua-5.1.4\src\lzio.h"
+ RelativePath="..\lib\lua\src\lzio.h"
>
</File>
</Files>