[Freeswitch-svn] [commit] r8166 - freeswitch/trunk/w32/Library
Freeswitch SVN
mikej at freeswitch.org
Tue Apr 22 08:34:48 EDT 2008
Author: mikej
Date: Tue Apr 22 08:34:47 2008
New Revision: 8166
Modified:
freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj
Log:
tweak windows build for inet_pton
Modified: freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj
==============================================================================
--- freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj (original)
+++ freeswitch/trunk/w32/Library/FreeSwitchCore.vcproj Tue Apr 22 08:34:47 2008
@@ -227,6 +227,26 @@
</FileConfiguration>
</File>
<File
+ RelativePath="..\..\src\inet_pton.c"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Release|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ UsePrecompiledHeader="0"
+ />
+ </FileConfiguration>
+ </File>
+ <File
RelativePath="..\..\libs\stfu\stfu.c"
>
<FileConfiguration
@@ -533,11 +553,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