use dll for lua windows build (FSCORE-299)

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12132 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2009-02-18 06:24:01 +00:00
parent e8e2bf0ee8
commit 90564aa4b0
9 changed files with 856 additions and 309 deletions
+6 -121
View File
@@ -6,7 +6,6 @@
ProjectGUID="{7B077E7F-1BE7-4291-AB86-55E527B25CAC}"
RootNamespace="mod_lua"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@@ -56,8 +55,6 @@
/>
<Tool
Name="VCLinkerTool"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -77,6 +74,9 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@@ -120,8 +120,6 @@
/>
<Tool
Name="VCLinkerTool"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
/>
<Tool
Name="VCALinkTool"
@@ -141,6 +139,9 @@
<Tool
Name="VCAppVerifierTool"
/>
<Tool
Name="VCWebDeploymentTool"
/>
<Tool
Name="VCPostBuildEventTool"
/>
@@ -153,122 +154,6 @@
RelativePath=".\freeswitch_lua.cpp"
>
</File>
<File
RelativePath=".\lua\lapi.c"
>
</File>
<File
RelativePath=".\lua\lauxlib.c"
>
</File>
<File
RelativePath=".\lua\lbaselib.c"
>
</File>
<File
RelativePath=".\lua\lcode.c"
>
</File>
<File
RelativePath=".\lua\ldblib.c"
>
</File>
<File
RelativePath=".\lua\ldebug.c"
>
</File>
<File
RelativePath=".\lua\ldo.c"
>
</File>
<File
RelativePath=".\lua\ldump.c"
>
</File>
<File
RelativePath=".\lua\lfunc.c"
>
</File>
<File
RelativePath=".\lua\lgc.c"
>
</File>
<File
RelativePath=".\lua\linit.c"
>
</File>
<File
RelativePath=".\lua\liolib.c"
>
</File>
<File
RelativePath=".\lua\llex.c"
>
</File>
<File
RelativePath=".\lua\lmathlib.c"
>
</File>
<File
RelativePath=".\lua\lmem.c"
>
</File>
<File
RelativePath=".\lua\loadlib.c"
>
</File>
<File
RelativePath=".\lua\lobject.c"
>
</File>
<File
RelativePath=".\lua\lopcodes.c"
>
</File>
<File
RelativePath=".\lua\loslib.c"
>
</File>
<File
RelativePath=".\lua\lparser.c"
>
</File>
<File
RelativePath=".\lua\lstate.c"
>
</File>
<File
RelativePath=".\lua\lstring.c"
>
</File>
<File
RelativePath=".\lua\lstrlib.c"
>
</File>
<File
RelativePath=".\lua\ltable.c"
>
</File>
<File
RelativePath=".\lua\ltablib.c"
>
</File>
<File
RelativePath=".\lua\ltm.c"
>
</File>
<File
RelativePath=".\lua\lundump.c"
>
</File>
<File
RelativePath=".\lua\lvm.c"
>
</File>
<File
RelativePath=".\lua\lzio.c"
>
</File>
<File
RelativePath=".\mod_lua.cpp"
>