[xiph-cvs] r6757 - in icecast/trunk/icecast: src win32

oddsock at xiph.org oddsock at xiph.org
Tue May 25 19:37:21 PDT 2004



Author: oddsock
Date: 2004-05-25 22:37:20 -0400 (Tue, 25 May 2004)
New Revision: 6757

Modified:
   icecast/trunk/icecast/src/yp.c
   icecast/trunk/icecast/win32/icecast.dsp
Log:
remove geturl.c from icecast.dsp
add a #define for snprintf for win32

Modified: icecast/trunk/icecast/src/yp.c
===================================================================
--- icecast/trunk/icecast/src/yp.c	2004-05-25 16:01:09 UTC (rev 6756)
+++ icecast/trunk/icecast/src/yp.c	2004-05-26 02:37:20 UTC (rev 6757)
@@ -30,6 +30,10 @@
 #include "cfgfile.h"
 #include "stats.h"
 #include <curl/curl.h>
+
+#ifdef WIN32
+#define snprintf _snprintf
+#endif
 
 #define CATMODULE "yp" 
 

Modified: icecast/trunk/icecast/win32/icecast.dsp
===================================================================
--- icecast/trunk/icecast/win32/icecast.dsp	2004-05-25 16:01:09 UTC (rev 6756)
+++ icecast/trunk/icecast/win32/icecast.dsp	2004-05-26 02:37:20 UTC (rev 6757)
@@ -64,7 +64,7 @@
 # PROP Intermediate_Dir "Debugicecast"
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
-# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_WIN32" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.0.0\" /FD /D /GZ /c
+# ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /I "../../curl/include" /I "..\src" /I "..\src/httpp" /I "..\src/thread" /I "..\src/log" /I "..\src/avl" /I "..\src/net" /I "..\src/timings" /I "../" /I "../../libxslt/include" /I "../../iconv/include" /I "../../libxml2/include" /I "../../pthreads" /I "../../oggvorbis-win32sdk-1.0.1/include" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /D "_WIN32" /D "HAVE_CURL" /D "USE_YP" /D "HAVE_SYS_STAT_H" /D PACKAGE_VERSION=\"2.0.0\" /D "HAVE_LOCALTIME_R" /FD /D /GZ /c
 # ADD BASE RSC /l 0x409 /d "_DEBUG"
 # ADD RSC /l 0x409 /d "_DEBUG"
 BSC32=bscmake.exe
@@ -177,14 +177,6 @@
 # End Source File
 # Begin Source File
 
-SOURCE=..\src\geturl.c
-# End Source File
-# Begin Source File
-
-SOURCE=..\src\geturl.h
-# End Source File
-# Begin Source File
-
 SOURCE=..\src\global.c
 # End Source File
 # Begin Source File

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list