[Freeswitch-trunk] [commit] r6896 - in freeswitch/trunk/w32: . Library
Freeswitch SVN
mikej at freeswitch.org
Wed Dec 19 00:31:21 EST 2007
Author: mikej
Date: Wed Dec 19 00:31:21 2007
New Revision: 6896
Modified:
freeswitch/trunk/w32/Library/FreeSwitchCore.2008.vcproj
freeswitch/trunk/w32/module_debug.vsprops
Log:
enable code analysis by default.
Modified: freeswitch/trunk/w32/Library/FreeSwitchCore.2008.vcproj
==============================================================================
--- freeswitch/trunk/w32/Library/FreeSwitchCore.2008.vcproj (original)
+++ freeswitch/trunk/w32/Library/FreeSwitchCore.2008.vcproj Wed Dec 19 00:31:21 2007
@@ -57,6 +57,7 @@
WarnAsError="true"
DebugInformationFormat="3"
ForcedIncludeFiles=""
+ EnablePREfast="true"
/>
<Tool
Name="VCManagedResourceCompilerTool"
@@ -502,11 +503,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
Modified: freeswitch/trunk/w32/module_debug.vsprops
==============================================================================
--- freeswitch/trunk/w32/module_debug.vsprops (original)
+++ freeswitch/trunk/w32/module_debug.vsprops Wed Dec 19 00:31:21 2007
@@ -12,6 +12,7 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
DebugInformationFormat="3"
+ EnablePREfast="true"
/>
<Tool
Name="VCLinkerTool"
More information about the Freeswitch-trunk
mailing list