[Freeswitch-trunk] [commit] r6261 - freeswitch/trunk/w32/Library
Freeswitch SVN
mikej at freeswitch.org
Wed Nov 14 15:42:16 EST 2007
Author: mikej
Date: Wed Nov 14 15:42:16 2007
New Revision: 6261
Modified:
freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj
Log:
fix to changing file names
Modified: freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj
==============================================================================
--- freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj (original)
+++ freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj Wed Nov 14 15:42:16 2007
@@ -435,8 +435,18 @@
>
</File>
<File
- RelativePath="..\..\src\switch_xml.c"
+ RelativePath="..\..\src\switch_xml.cpp"
>
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderThrough=""
+ PrecompiledHeaderFile=""
+ />
+ </FileConfiguration>
</File>
</Filter>
<Filter
@@ -481,11 +491,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-trunk
mailing list