[Freeswitch-svn] [commit] r10874 - freeswitch/trunk/libs/xmlrpc-c/Windows
FreeSWITCH SVN
mikej at freeswitch.org
Thu Dec 18 14:23:31 PST 2008
Author: mikej
Date: Thu Dec 18 17:23:31 2008
New Revision: 10874
Log:
fix build warnings.
Modified:
freeswitch/trunk/libs/xmlrpc-c/Windows/abyss.2008.vcproj
freeswitch/trunk/libs/xmlrpc-c/Windows/xmlparse.2008.vcproj
freeswitch/trunk/libs/xmlrpc-c/Windows/xmlrpc.2008.vcproj
freeswitch/trunk/libs/xmlrpc-c/Windows/xmltok.2008.vcproj
Modified: freeswitch/trunk/libs/xmlrpc-c/Windows/abyss.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/xmlrpc-c/Windows/abyss.2008.vcproj (original)
+++ freeswitch/trunk/libs/xmlrpc-c/Windows/abyss.2008.vcproj Thu Dec 18 17:23:31 2008
@@ -54,7 +54,7 @@
ProgramDataBaseFileName=".\Debug\abyss/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
Modified: freeswitch/trunk/libs/xmlrpc-c/Windows/xmlparse.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/xmlrpc-c/Windows/xmlparse.2008.vcproj (original)
+++ freeswitch/trunk/libs/xmlrpc-c/Windows/xmlparse.2008.vcproj Thu Dec 18 17:23:31 2008
@@ -122,14 +122,14 @@
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/"
ProgramDataBaseFileName=".\Debug\xmlparse/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
Modified: freeswitch/trunk/libs/xmlrpc-c/Windows/xmlrpc.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/xmlrpc-c/Windows/xmlrpc.2008.vcproj (original)
+++ freeswitch/trunk/libs/xmlrpc-c/Windows/xmlrpc.2008.vcproj Thu Dec 18 17:23:31 2008
@@ -54,7 +54,7 @@
ProgramDataBaseFileName=".\Debug\xmlrpc/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -1115,11 +1115,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
Modified: freeswitch/trunk/libs/xmlrpc-c/Windows/xmltok.2008.vcproj
==============================================================================
--- freeswitch/trunk/libs/xmlrpc-c/Windows/xmltok.2008.vcproj (original)
+++ freeswitch/trunk/libs/xmlrpc-c/Windows/xmltok.2008.vcproj Thu Dec 18 17:23:31 2008
@@ -47,14 +47,14 @@
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/"
ProgramDataBaseFileName=".\Debug\xmltok/"
WarningLevel="3"
SuppressStartupBanner="true"
- DebugInformationFormat="4"
+ DebugInformationFormat="3"
/>
<Tool
Name="VCManagedResourceCompilerTool"
More information about the Freeswitch-svn
mailing list