mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
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:
@@ -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"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user