[Freeswitch-svn] [commit] r11726 - freeswitch/trunk/w32/Library
FreeSWITCH SVN
robertj at freeswitch.org
Mon Feb 9 19:32:55 PST 2009
Author: robertj
Date: Mon Feb 9 21:32:55 2009
New Revision: 11726
Log:
Removed "warning are errors" flag in deprecated VS2005 build.
Modified:
freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj
Modified: freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj
==============================================================================
--- freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj (original)
+++ freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj Mon Feb 9 21:32:55 2009
@@ -53,7 +53,6 @@
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
BrowseInformation="0"
WarningLevel="4"
- WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
ForcedIncludeFiles=""
@@ -144,7 +143,6 @@
PrecompiledHeaderFile="$(IntDir)\$(TargetName).pch"
BrowseInformation="0"
WarningLevel="4"
- WarnAsError="true"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
@@ -557,11 +555,11 @@
>
</File>
<File
- RelativePath="..\..\src\include\switch_core.h"
+ RelativePath="..\..\src\include\private\switch_core.h"
>
</File>
<File
- RelativePath="..\..\src\include\private\switch_core.h"
+ RelativePath="..\..\src\include\switch_core.h"
>
</File>
<File
More information about the Freeswitch-svn
mailing list