From af6d8fa271d7c438f5a4422363b49e2bf6d74b84 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Wed, 10 May 2006 17:48:15 +0000 Subject: [PATCH] adding mod_xml_rpc to windows build part 2/2 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1423 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- .../xml_int/mod_xml_rpc/mod_xml_rpc.vcproj | 10 +- w32/vsnet/GetLibs.vbs | 7 +- w32/vsnet/Tools/xmlrpc/Abyss.vcproj | 389 ++++++++++++++++++ w32/vsnet/Tools/xmlrpc/xmlrpc.vcproj | 6 +- 4 files changed, 403 insertions(+), 9 deletions(-) create mode 100644 w32/vsnet/Tools/xmlrpc/Abyss.vcproj diff --git a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.vcproj b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.vcproj index 4cd39aad12..06f904a07c 100644 --- a/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.vcproj +++ b/src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.vcproj @@ -46,7 +46,7 @@ PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MOD_EXPORTS;ABYSS_WIN32;CURL_STATICLIB" MinimalRebuild="true" BasicRuntimeChecks="3" - RuntimeLibrary="1" + RuntimeLibrary="3" UsePrecompiledHeader="0" WarningLevel="4" WarnAsError="true" @@ -64,9 +64,10 @@ /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/w32/vsnet/Tools/xmlrpc/xmlrpc.vcproj b/w32/vsnet/Tools/xmlrpc/xmlrpc.vcproj index 10f9c2fbe7..e43acc0a75 100644 --- a/w32/vsnet/Tools/xmlrpc/xmlrpc.vcproj +++ b/w32/vsnet/Tools/xmlrpc/xmlrpc.vcproj @@ -51,7 +51,7 @@ AssemblerListingLocation=".\Debug\xmlrpc/" ObjectFile=".\Debug\xmlrpc/" ProgramDataBaseFileName=".\Debug\xmlrpc/" - WarningLevel="3" + WarningLevel="0" SuppressStartupBanner="true" DebugInformationFormat="4" /> @@ -121,14 +121,14 @@ AdditionalIncludeDirectories=""$(ProjectDir)../lib/";"$(ProjectDir)../lib/curl_transport";"$(ProjectDir)../lib/util/include";"$(ProjectDir)../include";"$(ProjectDir)../";"$(ProjectDir)../lib/expat/xmlparse";"$(ProjectDir)../lib/w3c-libwww-5.3.2/Library/src";"$(ProjectDir)../lib/abyss/src";"$(ProjectDir)../lib/wininet_transport";"$(ProjectDir)../../include"" PreprocessorDefinitions="NDEBUG;WIN32;_LIB;ABYSS_WIN32;CURL_STATICLIB;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" StringPooling="true" - RuntimeLibrary="0" + RuntimeLibrary="2" EnableFunctionLevelLinking="true" PrecompiledHeaderFile=".\Release\xmlrpc/xmlrpc.pch" AssemblerListingLocation=".\Release\xmlrpc/" ObjectFile=".\Release\xmlrpc/" ProgramDataBaseFileName=".\Release\xmlrpc/" BrowseInformation="1" - WarningLevel="3" + WarningLevel="0" SuppressStartupBanner="true" />