mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
tweak windows mod_xml_rpc build.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8580 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
PreprocessorDefinitions="WIN32;_DEBUG;_LIB;ABYSS_WIN32;_THREAD"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug\abyss/abyss.pch"
|
||||
AssemblerListingLocation=".\Debug\abyss/"
|
||||
ObjectFile=".\Debug\abyss/"
|
||||
@@ -121,7 +121,7 @@
|
||||
AdditionalIncludeDirectories="..\,..\include,..\lib\util\include,."
|
||||
PreprocessorDefinitions="WIN32;NDEBUG;_LIB;ABYSS_WIN32;_THREAD"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile=".\Release\Abyss/abyss.pch"
|
||||
AssemblerListingLocation=".\Release\Abyss/"
|
||||
|
@@ -46,7 +46,7 @@
|
||||
AdditionalIncludeDirectories="..\lib\expat\xmltok,..\lib\expat\xmlwf,..,..\lib\util\include,..\include,."
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_WINDOWS;XML_DTD;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile=".\Release\xmlparse/xmlparse.pch"
|
||||
AssemblerListingLocation=".\Release\xmlparse/"
|
||||
@@ -121,7 +121,7 @@
|
||||
PreprocessorDefinitions="WIN32;_WINDOWS;XML_DTD;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug\xmlparse/xmlparse.pch"
|
||||
AssemblerListingLocation=".\Debug\xmlparse/"
|
||||
ObjectFile=".\Debug\xmlparse/"
|
||||
|
@@ -46,7 +46,7 @@
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug\xmlrpc/xmlrpc.pch"
|
||||
AssemblerListingLocation=".\Debug\xmlrpc/"
|
||||
ObjectFile=".\Debug\xmlrpc/"
|
||||
@@ -121,7 +121,7 @@
|
||||
AdditionalIncludeDirectories="../lib,../lib/util/include,../include,..,../lib/expat/xmlparse,../lib/abyss/src,../lib/wininet_transport,."
|
||||
PreprocessorDefinitions="NDEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile=".\Release\xmlrpc/xmlrpc.pch"
|
||||
AssemblerListingLocation=".\Release\xmlrpc/"
|
||||
@@ -1114,11 +1114,11 @@
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\abyss\src\server.h"
|
||||
RelativePath="..\include\xmlrpc-c\server.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\include\xmlrpc-c\server.h"
|
||||
RelativePath="..\lib\abyss\src\server.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
|
@@ -46,7 +46,7 @@
|
||||
PreprocessorDefinitions="_DEBUG;WIN32;_WINDOWS;XML_DTD;XML_NS;_LIB"
|
||||
MinimalRebuild="true"
|
||||
BasicRuntimeChecks="3"
|
||||
RuntimeLibrary="1"
|
||||
RuntimeLibrary="3"
|
||||
PrecompiledHeaderFile=".\Debug\xmltok/xmltok.pch"
|
||||
AssemblerListingLocation=".\Debug\xmltok/"
|
||||
ObjectFile=".\Debug\xmltok/"
|
||||
@@ -121,7 +121,7 @@
|
||||
AdditionalIncludeDirectories="..,."
|
||||
PreprocessorDefinitions="NDEBUG;XML_NS;WIN32;_WINDOWS;XML_DTD;_LIB"
|
||||
StringPooling="true"
|
||||
RuntimeLibrary="0"
|
||||
RuntimeLibrary="2"
|
||||
EnableFunctionLevelLinking="true"
|
||||
PrecompiledHeaderFile=".\Release\xmltok/xmltok.pch"
|
||||
AssemblerListingLocation=".\Release\xmltok/"
|
||||
|
Reference in New Issue
Block a user