mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
mod_lua: windows build changes to support externally built modules. (MODLANG-101)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12237 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=".;./lua"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_WIN32"
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_WIN32;LUA_BUILD_AS_DLL"
|
||||
UsePrecompiledHeader="0"
|
||||
DisableSpecificWarnings="4127, 4505"
|
||||
EnablePREfast="false"
|
||||
@@ -105,7 +105,7 @@
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
AdditionalIncludeDirectories=".;./lua"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_WIN32"
|
||||
PreprocessorDefinitions="_CRT_SECURE_NO_DEPRECATE;_WIN32;LUA_BUILD_AS_DLL"
|
||||
UsePrecompiledHeader="0"
|
||||
DisableSpecificWarnings="4127, 4505"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user