From a65e34e23310d3e41961950aeb10d4a4b4540cc6 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Fri, 19 Oct 2007 06:44:27 +0000 Subject: [PATCH] use winlibs.vsprops to include the windows system libs, so that we will work on incorrectly configured visual studio express edition better. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@5991 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_esf/mod_esf.vcproj | 8 -------- src/mod/directories/mod_ldap/mod_ldap.vcproj | 8 ++++---- src/mod/endpoints/mod_dingaling/mod_dingaling.vcproj | 2 -- src/mod/endpoints/mod_iax/mod_iax.vcproj | 2 -- src/mod/endpoints/mod_portaudio/mod_PortAudio.vcproj | 2 -- src/mod/event_handlers/mod_zeroconf/mod_zeroconf.vcproj | 2 -- .../mod_spidermonkey_core_db.vcproj | 4 ++-- .../mod_spidermonkey_etpan/mod_spidermonkey_etpan.vcproj | 4 ++-- .../mod_spidermonkey_odbc/mod_spidermonkey_odbc.vcproj | 4 ++-- .../mod_spidermonkey_socket.vcproj | 2 ++ .../mod_spidermonkey_teletone.vcproj | 4 ++-- src/mod/xml_int/mod_xml_cdr/mod_xml_cdr.vcproj | 2 -- src/mod/xml_int/mod_xml_curl/mod_xml_curl.vcproj | 2 -- src/mod/xml_int/mod_xml_rpc/mod_xml_rpc.vcproj | 2 -- w32/modules.vsprops | 1 + w32/winlibs.vsprops | 4 ++-- 16 files changed, 17 insertions(+), 36 deletions(-) diff --git a/src/mod/applications/mod_esf/mod_esf.vcproj b/src/mod/applications/mod_esf/mod_esf.vcproj index fc4c1e379d..dd7d54cc6d 100644 --- a/src/mod/applications/mod_esf/mod_esf.vcproj +++ b/src/mod/applications/mod_esf/mod_esf.vcproj @@ -25,10 +25,6 @@ Name="VCCLCompilerTool" UsePrecompiledHeader="0" /> - - diff --git a/src/mod/directories/mod_ldap/mod_ldap.vcproj b/src/mod/directories/mod_ldap/mod_ldap.vcproj index 85fec11c2b..bb15460e39 100644 --- a/src/mod/directories/mod_ldap/mod_ldap.vcproj +++ b/src/mod/directories/mod_ldap/mod_ldap.vcproj @@ -33,7 +33,7 @@ /> @@ -55,7 +55,7 @@ /> @@ -73,7 +73,7 @@ /> @@ -93,7 +93,7 @@ /> diff --git a/src/mod/endpoints/mod_dingaling/mod_dingaling.vcproj b/src/mod/endpoints/mod_dingaling/mod_dingaling.vcproj index 854a7cc49c..1d726794e8 100644 --- a/src/mod/endpoints/mod_dingaling/mod_dingaling.vcproj +++ b/src/mod/endpoints/mod_dingaling/mod_dingaling.vcproj @@ -29,7 +29,6 @@ @@ -46,7 +45,6 @@ /> diff --git a/src/mod/endpoints/mod_iax/mod_iax.vcproj b/src/mod/endpoints/mod_iax/mod_iax.vcproj index 0782bb4377..b1574ea7d4 100644 --- a/src/mod/endpoints/mod_iax/mod_iax.vcproj +++ b/src/mod/endpoints/mod_iax/mod_iax.vcproj @@ -31,7 +31,6 @@ /> @@ -49,7 +48,6 @@ /> diff --git a/src/mod/endpoints/mod_portaudio/mod_PortAudio.vcproj b/src/mod/endpoints/mod_portaudio/mod_PortAudio.vcproj index 07913f290f..5bfec8219f 100644 --- a/src/mod/endpoints/mod_portaudio/mod_PortAudio.vcproj +++ b/src/mod/endpoints/mod_portaudio/mod_PortAudio.vcproj @@ -31,7 +31,6 @@ @@ -50,7 +49,6 @@ /> diff --git a/src/mod/event_handlers/mod_zeroconf/mod_zeroconf.vcproj b/src/mod/event_handlers/mod_zeroconf/mod_zeroconf.vcproj index 981e6acf84..ff68e46f72 100644 --- a/src/mod/event_handlers/mod_zeroconf/mod_zeroconf.vcproj +++ b/src/mod/event_handlers/mod_zeroconf/mod_zeroconf.vcproj @@ -28,7 +28,6 @@ /> @@ -45,7 +44,6 @@ /> diff --git a/src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.vcproj b/src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.vcproj index b62394c027..0b0d74f562 100644 --- a/src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.vcproj +++ b/src/mod/languages/mod_spidermonkey_core_db/mod_spidermonkey_core_db.vcproj @@ -20,6 +20,7 @@ OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="2" + InheritedPropertySheets="..\..\..\..\w32\winlibs.vsprops" CharacterSet="2" > diff --git a/src/mod/languages/mod_spidermonkey_teletone/mod_spidermonkey_teletone.vcproj b/src/mod/languages/mod_spidermonkey_teletone/mod_spidermonkey_teletone.vcproj index f34d9490f6..a0847b60aa 100644 --- a/src/mod/languages/mod_spidermonkey_teletone/mod_spidermonkey_teletone.vcproj +++ b/src/mod/languages/mod_spidermonkey_teletone/mod_spidermonkey_teletone.vcproj @@ -20,6 +20,7 @@ OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" ConfigurationType="2" + InheritedPropertySheets="..\..\..\..\w32\winlibs.vsprops" CharacterSet="2" > diff --git a/src/mod/xml_int/mod_xml_curl/mod_xml_curl.vcproj b/src/mod/xml_int/mod_xml_curl/mod_xml_curl.vcproj index 10ec12f8c3..826a8a2b32 100644 --- a/src/mod/xml_int/mod_xml_curl/mod_xml_curl.vcproj +++ b/src/mod/xml_int/mod_xml_curl/mod_xml_curl.vcproj @@ -29,7 +29,6 @@ /> @@ -47,7 +46,6 @@ /> 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 3290caf634..aaa24dbfcd 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 @@ -29,7 +29,6 @@ /> @@ -47,7 +46,6 @@ /> diff --git a/w32/modules.vsprops b/w32/modules.vsprops index fb8e6fdd04..eb21d1c856 100644 --- a/w32/modules.vsprops +++ b/w32/modules.vsprops @@ -5,6 +5,7 @@ Name="modules" OutputDirectory="$(ConfigurationName)" IntermediateDirectory="$(ConfigurationName)" + InheritedPropertySheets=".\winlibs.vsprops" >