[xiph-commits] r15788 - in trunk/ezstream: . build-aux compat compat/sys doc examples m4 src win32
moritz at svn.xiph.org
moritz at svn.xiph.org
Tue Mar 17 11:20:58 PDT 2009
Author: moritz
Date: 2009-03-17 11:20:58 -0700 (Tue, 17 Mar 2009)
New Revision: 15788
Modified:
trunk/ezstream/COPYING
trunk/ezstream/ChangeLog
trunk/ezstream/INSTALL
trunk/ezstream/Makefile.am
trunk/ezstream/NEWS
trunk/ezstream/README
trunk/ezstream/autogen.sh
trunk/ezstream/build-aux/Makefile.am
trunk/ezstream/build-aux/config.rpath
trunk/ezstream/compat/Makefile.am
trunk/ezstream/compat/sys/Makefile.am
trunk/ezstream/compat/sys/tree.3
trunk/ezstream/compat/sys/tree.h
trunk/ezstream/configure.in
trunk/ezstream/doc/Makefile.am
trunk/ezstream/doc/ezstream.1.in
trunk/ezstream/examples/Makefile.am
trunk/ezstream/examples/ezstream_metadata.xml
trunk/ezstream/examples/ezstream_mp3.xml
trunk/ezstream/examples/ezstream_reencode_mp3.xml
trunk/ezstream/examples/ezstream_reencode_theora.xml
trunk/ezstream/examples/ezstream_reencode_vorbis.xml
trunk/ezstream/examples/ezstream_stdin_vorbis.xml
trunk/ezstream/examples/ezstream_vorbis.xml
trunk/ezstream/examples/meta.sh
trunk/ezstream/examples/play.sh
trunk/ezstream/m4/Makefile.am
trunk/ezstream/m4/ccflags.m4
trunk/ezstream/m4/libogg.m4
trunk/ezstream/m4/libshout.m4
trunk/ezstream/m4/libvorbis.m4
trunk/ezstream/m4/libxml2.m4
trunk/ezstream/m4/progname.m4
trunk/ezstream/m4/taglib.m4
trunk/ezstream/m4/tree.m4
trunk/ezstream/m4/vacopy.m4
trunk/ezstream/m4/vars.m4
trunk/ezstream/mkcl.sh
trunk/ezstream/src/Makefile.am
trunk/ezstream/src/compat.c
trunk/ezstream/src/compat.h
trunk/ezstream/src/configfile.c
trunk/ezstream/src/configfile.h
trunk/ezstream/src/ezstream.c
trunk/ezstream/src/getopt.c
trunk/ezstream/src/metadata.c
trunk/ezstream/src/metadata.h
trunk/ezstream/src/playlist.c
trunk/ezstream/src/playlist.h
trunk/ezstream/src/strfctns.h
trunk/ezstream/src/strlcat.c
trunk/ezstream/src/strlcpy.c
trunk/ezstream/src/strtonum.c
trunk/ezstream/src/util.c
trunk/ezstream/src/util.h
trunk/ezstream/src/xalloc.c
trunk/ezstream/src/xalloc.h
trunk/ezstream/win32/Makefile.am
trunk/ezstream/win32/README.win32
trunk/ezstream/win32/config.h
trunk/ezstream/win32/ezstream.sln
trunk/ezstream/win32/ezstream.vcproj
Log:
Native EOL-style, and Id tags in a couple of places.
Property changes on: trunk/ezstream/COPYING
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/ChangeLog
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/INSTALL
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/NEWS
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/README
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/autogen.sh
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/build-aux/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/build-aux/config.rpath
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/compat/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/compat/sys/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/compat/sys/tree.3
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/compat/sys/tree.h
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/ezstream/configure.in
===================================================================
--- trunk/ezstream/configure.in 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/configure.in 2009-03-17 18:20:58 UTC (rev 15788)
@@ -4,6 +4,7 @@
AC_INIT([ezstream], [0.5.4],
[https://trac.xiph.org/newticket?component=ezstream])
+AC_REVISION([$Id$])
AC_PREREQ([2.61])
AC_CONFIG_SRCDIR([src/ezstream.c])
AC_CONFIG_AUX_DIR([build-aux])
Property changes on: trunk/ezstream/configure.in
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/doc/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/doc/ezstream.1.in
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/ezstream_metadata.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/ezstream_mp3.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/ezstream_reencode_mp3.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/ezstream_reencode_theora.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/ezstream_reencode_vorbis.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/ezstream_stdin_vorbis.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/ezstream_vorbis.xml
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/meta.sh
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/examples/play.sh
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/m4/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/ccflags.m4
===================================================================
--- trunk/ezstream/m4/ccflags.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/ccflags.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl $Id: ccflags.m4 907 2009-03-08 10:28:51Z mgrimm $
+dnl $Id$
dnl * Check if the compiler understands a certain flag or not.
dnl Inspiration for this came from watching TagLib configure.
Property changes on: trunk/ezstream/m4/ccflags.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/libogg.m4
===================================================================
--- trunk/ezstream/m4/libogg.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/libogg.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl $Id: libogg.m4 729 2008-11-01 17:38:43Z mgrimm $
+dnl $Id$
dnl # Check for a working installation of libogg.
dnl # Provides appropriate --with configuration options, fills and substitutes
Property changes on: trunk/ezstream/m4/libogg.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/libshout.m4
===================================================================
--- trunk/ezstream/m4/libshout.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/libshout.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl $Id: libshout.m4 948 2009-03-15 17:59:37Z mgrimm $
+dnl $Id$
dnl # Check for a working installation of libshout.
dnl # Provides appropriate --with configuration options, fills and substitutes
Property changes on: trunk/ezstream/m4/libshout.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/libvorbis.m4
===================================================================
--- trunk/ezstream/m4/libvorbis.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/libvorbis.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl $Id: libvorbis.m4 735 2008-11-01 18:34:34Z mgrimm $
+dnl $Id$
dnl # Check for working installations of libvorbis, libvorbisfile and
dnl # libvorbisenc.
Property changes on: trunk/ezstream/m4/libvorbis.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/libxml2.m4
===================================================================
--- trunk/ezstream/m4/libxml2.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/libxml2.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl # $Id: libxml2.m4 736 2008-11-01 19:04:55Z mgrimm $
+dnl # $Id$
dnl # Check for a working installation of libxml (version 2.)
dnl # Provides appropriate --with configuration options, fills and substitutes
Property changes on: trunk/ezstream/m4/libxml2.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/progname.m4
===================================================================
--- trunk/ezstream/m4/progname.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/progname.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl $Id: progname.m4 719 2008-10-29 09:08:42Z mgrimm $
+dnl $Id$
dnl Check whether libc defines __progname. Defines HAVE___PROGNAME, if
dnl applicable. This check is heavily inspired by the one in OpenNTPd
Property changes on: trunk/ezstream/m4/progname.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/m4/taglib.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/tree.m4
===================================================================
--- trunk/ezstream/m4/tree.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/tree.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl $Id: tree.m4 719 2008-10-29 09:08:42Z mgrimm $
+dnl $Id$
dnl Check for sys/tree.h and if it is recent enough by looking at a certain
dnl macro. Defines HAVE_SYS_TREE_H if all conditions are met.
Property changes on: trunk/ezstream/m4/tree.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/vacopy.m4
===================================================================
--- trunk/ezstream/m4/vacopy.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/vacopy.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl $Id: vacopy.m4 719 2008-10-29 09:08:42Z mgrimm $
+dnl $Id$
dnl Check for means to copy variable argument lists. After this check,
dnl va_copy will at least be defined to something working.
Property changes on: trunk/ezstream/m4/vacopy.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/m4/vars.m4
===================================================================
--- trunk/ezstream/m4/vars.m4 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/m4/vars.m4 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,4 +1,4 @@
-dnl $Id: vars.m4 947 2009-03-15 17:51:37Z mgrimm $
+dnl $Id$
dnl # Append or prepend items to a variable, but keep the items in the
dnl # variable unique.
Property changes on: trunk/ezstream/m4/vars.m4
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/mkcl.sh
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/src/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/compat.c
===================================================================
--- trunk/ezstream/src/compat.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/compat.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 1997, 2004 Todd C. Miller <Todd.Miller at courtesan.com>
*
Property changes on: trunk/ezstream/src/compat.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/compat.h
===================================================================
--- trunk/ezstream/src/compat.h 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/compat.h 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2007 Moritz Grimm <mdgrimm at gmx.net>
*
Property changes on: trunk/ezstream/src/compat.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/configfile.c
===================================================================
--- trunk/ezstream/src/configfile.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/configfile.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock at oddsock.org>
Property changes on: trunk/ezstream/src/configfile.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/configfile.h
===================================================================
--- trunk/ezstream/src/configfile.h 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/configfile.h 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock at oddsock.org>
Property changes on: trunk/ezstream/src/configfile.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/ezstream.c
===================================================================
--- trunk/ezstream/src/ezstream.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/ezstream.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock at oddsock.org>
Property changes on: trunk/ezstream/src/ezstream.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/src/getopt.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/metadata.c
===================================================================
--- trunk/ezstream/src/metadata.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/metadata.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2007 Moritz Grimm <mdgrimm at gmx.net>
*
Property changes on: trunk/ezstream/src/metadata.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/metadata.h
===================================================================
--- trunk/ezstream/src/metadata.h 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/metadata.h 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2007 Moritz Grimm <mdgrimm at gmx.net>
*
Property changes on: trunk/ezstream/src/metadata.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/playlist.c
===================================================================
--- trunk/ezstream/src/playlist.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/playlist.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2007 Moritz Grimm <mdgrimm at gmx.net>
*
Property changes on: trunk/ezstream/src/playlist.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/playlist.h
===================================================================
--- trunk/ezstream/src/playlist.h 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/playlist.h 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (c) 2007 Moritz Grimm <mdgrimm at gmx.net>
*
Property changes on: trunk/ezstream/src/playlist.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/strfctns.h
===================================================================
--- trunk/ezstream/src/strfctns.h 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/strfctns.h 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#ifndef __STRLFCTNS_H__
#define __STRLFCTNS_H__
Property changes on: trunk/ezstream/src/strfctns.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/strlcat.c
===================================================================
--- trunk/ezstream/src/strlcat.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/strlcat.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/* $OpenBSD: strlcat.c,v 1.13 2005/08/08 08:05:37 espie Exp $ */
/*
Property changes on: trunk/ezstream/src/strlcat.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/strlcpy.c
===================================================================
--- trunk/ezstream/src/strlcpy.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/strlcpy.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/* $OpenBSD: strlcpy.c,v 1.11 2006/05/05 15:27:38 millert Exp $ */
/*
Property changes on: trunk/ezstream/src/strlcpy.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/strtonum.c
===================================================================
--- trunk/ezstream/src/strtonum.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/strtonum.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/* $OpenBSD: strtonum.c,v 1.6 2004/08/03 19:38:01 millert Exp $ */
/*
Property changes on: trunk/ezstream/src/strtonum.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/util.c
===================================================================
--- trunk/ezstream/src/util.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/util.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock at oddsock.org>
Property changes on: trunk/ezstream/src/util.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/util.h
===================================================================
--- trunk/ezstream/src/util.h 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/util.h 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* ezstream - source client for Icecast with external en-/decoder support
* Copyright (C) 2003, 2004, 2005, 2006 Ed Zaleski <oddsock at oddsock.org>
Property changes on: trunk/ezstream/src/util.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/xalloc.c
===================================================================
--- trunk/ezstream/src/xalloc.c 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/xalloc.c 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* Copyright (C) 2007 Moritz Grimm <mdgrimm at gmx.net>
*
Property changes on: trunk/ezstream/src/xalloc.c
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: trunk/ezstream/src/xalloc.h
===================================================================
--- trunk/ezstream/src/xalloc.h 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/src/xalloc.h 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,3 +1,4 @@
+/* $Id$ */
/*
* libxalloc - Portable memory allocation wrapper library, with extensive
* error checking, debugging facilities and hooks for 3rd party
Property changes on: trunk/ezstream/src/xalloc.h
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/win32/Makefile.am
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/win32/README.win32
___________________________________________________________________
Name: svn:eol-style
+ native
Property changes on: trunk/ezstream/win32/config.h
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/ezstream/win32/ezstream.sln
===================================================================
--- trunk/ezstream/win32/ezstream.sln 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/win32/ezstream.sln 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,111 +1,111 @@
-Microsoft Visual Studio Solution File, Format Version 8.00
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ezstream", "ezstream.vcproj", "{4C27B249-0C17-4007-9D51-2ED145DF06C2}"
- ProjectSection(ProjectDependencies) = postProject
- {376BDB5E-7092-44EC-AF16-C087D2D80FC6} = {376BDB5E-7092-44EC-AF16-C087D2D80FC6}
- {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E} = {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}
- {3E590C94-A4E0-4E79-839E-A7263F3CA6B1} = {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libshout", "..\..\shout\win32\libshout.vcproj", "{376BDB5E-7092-44EC-AF16-C087D2D80FC6}"
- ProjectSection(ProjectDependencies) = postProject
- {63A539B9-C6CD-4DC9-80B2-B28DB92C151E} = {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtheora", "..\..\theora\win32\theora_static.vcproj", "{63A539B9-C6CD-4DC9-80B2-B28DB92C151E}"
- ProjectSection(ProjectDependencies) = postProject
- {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9} = {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvorbisfile", "..\..\vorbis\win32\vorbisfile_static.vcproj", "{5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}"
- ProjectSection(ProjectDependencies) = postProject
- {FB2ECA7B-D98C-4341-84B7-005E037E25A7} = {FB2ECA7B-D98C-4341-84B7-005E037E25A7}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvorbis", "..\..\vorbis\win32\vorbis_static.vcproj", "{FB2ECA7B-D98C-4341-84B7-005E037E25A7}"
- ProjectSection(ProjectDependencies) = postProject
- {A0144DD0-0064-46CF-93D3-78DB712034D4} = {A0144DD0-0064-46CF-93D3-78DB712034D4}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "..\..\ogg\win32\ogg_static.vcproj", "{A0144DD0-0064-46CF-93D3-78DB712034D4}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libxml2", "..\..\libxml2\win32\VC7\libxml2.vcproj", "{3E590C94-A4E0-4E79-839E-A7263F3CA6B1}"
- ProjectSection(ProjectDependencies) = postProject
- {C6320F61-2939-4C52-A749-933377C12DEA} = {C6320F61-2939-4C52-A749-933377C12DEA}
- {12329AC8-F4EC-4663-AEE2-93911D033E97} = {12329AC8-F4EC-4663-AEE2-93911D033E97}
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "..\..\zlib\win32\zlib.vcproj", "{C6320F61-2939-4C52-A749-933377C12DEA}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiconv", "..\..\libiconv\win32\libiconv.vcproj", "{12329AC8-F4EC-4663-AEE2-93911D033E97}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "taglib", "..\..\taglib\win32\taglib.vcproj", "{F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}"
- ProjectSection(ProjectDependencies) = postProject
- EndProjectSection
-EndProject
-Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "taglib_c", "..\..\taglib\win32\taglib_c.vcproj", "{A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}"
- ProjectSection(ProjectDependencies) = postProject
- {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD} = {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}
- EndProjectSection
-EndProject
-Global
- GlobalSection(SolutionConfiguration) = preSolution
- Debug = Debug
- Release = Release
- EndGlobalSection
- GlobalSection(ProjectConfiguration) = postSolution
- {4C27B249-0C17-4007-9D51-2ED145DF06C2}.Debug.ActiveCfg = Debug|Win32
- {4C27B249-0C17-4007-9D51-2ED145DF06C2}.Debug.Build.0 = Debug|Win32
- {4C27B249-0C17-4007-9D51-2ED145DF06C2}.Release.ActiveCfg = Release|Win32
- {4C27B249-0C17-4007-9D51-2ED145DF06C2}.Release.Build.0 = Release|Win32
- {376BDB5E-7092-44EC-AF16-C087D2D80FC6}.Debug.ActiveCfg = Debug|Win32
- {376BDB5E-7092-44EC-AF16-C087D2D80FC6}.Debug.Build.0 = Debug|Win32
- {376BDB5E-7092-44EC-AF16-C087D2D80FC6}.Release.ActiveCfg = Release|Win32
- {376BDB5E-7092-44EC-AF16-C087D2D80FC6}.Release.Build.0 = Release|Win32
- {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}.Debug.ActiveCfg = Debug|Win32
- {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}.Debug.Build.0 = Debug|Win32
- {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}.Release.ActiveCfg = Release|Win32
- {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}.Release.Build.0 = Release|Win32
- {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}.Debug.ActiveCfg = Debug|Win32
- {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}.Debug.Build.0 = Debug|Win32
- {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}.Release.ActiveCfg = Release|Win32
- {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}.Release.Build.0 = Release|Win32
- {FB2ECA7B-D98C-4341-84B7-005E037E25A7}.Debug.ActiveCfg = Debug|Win32
- {FB2ECA7B-D98C-4341-84B7-005E037E25A7}.Debug.Build.0 = Debug|Win32
- {FB2ECA7B-D98C-4341-84B7-005E037E25A7}.Release.ActiveCfg = Release|Win32
- {FB2ECA7B-D98C-4341-84B7-005E037E25A7}.Release.Build.0 = Release|Win32
- {A0144DD0-0064-46CF-93D3-78DB712034D4}.Debug.ActiveCfg = Debug|Win32
- {A0144DD0-0064-46CF-93D3-78DB712034D4}.Debug.Build.0 = Debug|Win32
- {A0144DD0-0064-46CF-93D3-78DB712034D4}.Release.ActiveCfg = Release|Win32
- {A0144DD0-0064-46CF-93D3-78DB712034D4}.Release.Build.0 = Release|Win32
- {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}.Debug.ActiveCfg = Debug|Win32
- {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}.Debug.Build.0 = Debug|Win32
- {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}.Release.ActiveCfg = Release|Win32
- {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}.Release.Build.0 = Release|Win32
- {C6320F61-2939-4C52-A749-933377C12DEA}.Debug.ActiveCfg = Debug|Win32
- {C6320F61-2939-4C52-A749-933377C12DEA}.Debug.Build.0 = Debug|Win32
- {C6320F61-2939-4C52-A749-933377C12DEA}.Release.ActiveCfg = Release|Win32
- {C6320F61-2939-4C52-A749-933377C12DEA}.Release.Build.0 = Release|Win32
- {12329AC8-F4EC-4663-AEE2-93911D033E97}.Debug.ActiveCfg = Debug|Win32
- {12329AC8-F4EC-4663-AEE2-93911D033E97}.Debug.Build.0 = Debug|Win32
- {12329AC8-F4EC-4663-AEE2-93911D033E97}.Release.ActiveCfg = Release|Win32
- {12329AC8-F4EC-4663-AEE2-93911D033E97}.Release.Build.0 = Release|Win32
- {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}.Debug.ActiveCfg = Debug|Win32
- {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}.Debug.Build.0 = Debug|Win32
- {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}.Release.ActiveCfg = Release|Win32
- {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}.Release.Build.0 = Release|Win32
- {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}.Debug.ActiveCfg = Debug|Win32
- {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}.Debug.Build.0 = Debug|Win32
- {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}.Release.ActiveCfg = Release|Win32
- {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}.Release.Build.0 = Release|Win32
- EndGlobalSection
- GlobalSection(ExtensibilityGlobals) = postSolution
- EndGlobalSection
- GlobalSection(ExtensibilityAddIns) = postSolution
- EndGlobalSection
-EndGlobal
+Microsoft Visual Studio Solution File, Format Version 8.00
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ezstream", "ezstream.vcproj", "{4C27B249-0C17-4007-9D51-2ED145DF06C2}"
+ ProjectSection(ProjectDependencies) = postProject
+ {376BDB5E-7092-44EC-AF16-C087D2D80FC6} = {376BDB5E-7092-44EC-AF16-C087D2D80FC6}
+ {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E} = {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}
+ {3E590C94-A4E0-4E79-839E-A7263F3CA6B1} = {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libshout", "..\..\shout\win32\libshout.vcproj", "{376BDB5E-7092-44EC-AF16-C087D2D80FC6}"
+ ProjectSection(ProjectDependencies) = postProject
+ {63A539B9-C6CD-4DC9-80B2-B28DB92C151E} = {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libtheora", "..\..\theora\win32\theora_static.vcproj", "{63A539B9-C6CD-4DC9-80B2-B28DB92C151E}"
+ ProjectSection(ProjectDependencies) = postProject
+ {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9} = {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvorbisfile", "..\..\vorbis\win32\vorbisfile_static.vcproj", "{5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}"
+ ProjectSection(ProjectDependencies) = postProject
+ {FB2ECA7B-D98C-4341-84B7-005E037E25A7} = {FB2ECA7B-D98C-4341-84B7-005E037E25A7}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libvorbis", "..\..\vorbis\win32\vorbis_static.vcproj", "{FB2ECA7B-D98C-4341-84B7-005E037E25A7}"
+ ProjectSection(ProjectDependencies) = postProject
+ {A0144DD0-0064-46CF-93D3-78DB712034D4} = {A0144DD0-0064-46CF-93D3-78DB712034D4}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libogg", "..\..\ogg\win32\ogg_static.vcproj", "{A0144DD0-0064-46CF-93D3-78DB712034D4}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libxml2", "..\..\libxml2\win32\VC7\libxml2.vcproj", "{3E590C94-A4E0-4E79-839E-A7263F3CA6B1}"
+ ProjectSection(ProjectDependencies) = postProject
+ {C6320F61-2939-4C52-A749-933377C12DEA} = {C6320F61-2939-4C52-A749-933377C12DEA}
+ {12329AC8-F4EC-4663-AEE2-93911D033E97} = {12329AC8-F4EC-4663-AEE2-93911D033E97}
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zlib", "..\..\zlib\win32\zlib.vcproj", "{C6320F61-2939-4C52-A749-933377C12DEA}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libiconv", "..\..\libiconv\win32\libiconv.vcproj", "{12329AC8-F4EC-4663-AEE2-93911D033E97}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "taglib", "..\..\taglib\win32\taglib.vcproj", "{F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}"
+ ProjectSection(ProjectDependencies) = postProject
+ EndProjectSection
+EndProject
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "taglib_c", "..\..\taglib\win32\taglib_c.vcproj", "{A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}"
+ ProjectSection(ProjectDependencies) = postProject
+ {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD} = {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}
+ EndProjectSection
+EndProject
+Global
+ GlobalSection(SolutionConfiguration) = preSolution
+ Debug = Debug
+ Release = Release
+ EndGlobalSection
+ GlobalSection(ProjectConfiguration) = postSolution
+ {4C27B249-0C17-4007-9D51-2ED145DF06C2}.Debug.ActiveCfg = Debug|Win32
+ {4C27B249-0C17-4007-9D51-2ED145DF06C2}.Debug.Build.0 = Debug|Win32
+ {4C27B249-0C17-4007-9D51-2ED145DF06C2}.Release.ActiveCfg = Release|Win32
+ {4C27B249-0C17-4007-9D51-2ED145DF06C2}.Release.Build.0 = Release|Win32
+ {376BDB5E-7092-44EC-AF16-C087D2D80FC6}.Debug.ActiveCfg = Debug|Win32
+ {376BDB5E-7092-44EC-AF16-C087D2D80FC6}.Debug.Build.0 = Debug|Win32
+ {376BDB5E-7092-44EC-AF16-C087D2D80FC6}.Release.ActiveCfg = Release|Win32
+ {376BDB5E-7092-44EC-AF16-C087D2D80FC6}.Release.Build.0 = Release|Win32
+ {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}.Debug.ActiveCfg = Debug|Win32
+ {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}.Debug.Build.0 = Debug|Win32
+ {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}.Release.ActiveCfg = Release|Win32
+ {63A539B9-C6CD-4DC9-80B2-B28DB92C151E}.Release.Build.0 = Release|Win32
+ {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}.Debug.ActiveCfg = Debug|Win32
+ {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}.Debug.Build.0 = Debug|Win32
+ {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}.Release.ActiveCfg = Release|Win32
+ {5E55AD4D-483E-466D-B3B7-EAD8B6128DC9}.Release.Build.0 = Release|Win32
+ {FB2ECA7B-D98C-4341-84B7-005E037E25A7}.Debug.ActiveCfg = Debug|Win32
+ {FB2ECA7B-D98C-4341-84B7-005E037E25A7}.Debug.Build.0 = Debug|Win32
+ {FB2ECA7B-D98C-4341-84B7-005E037E25A7}.Release.ActiveCfg = Release|Win32
+ {FB2ECA7B-D98C-4341-84B7-005E037E25A7}.Release.Build.0 = Release|Win32
+ {A0144DD0-0064-46CF-93D3-78DB712034D4}.Debug.ActiveCfg = Debug|Win32
+ {A0144DD0-0064-46CF-93D3-78DB712034D4}.Debug.Build.0 = Debug|Win32
+ {A0144DD0-0064-46CF-93D3-78DB712034D4}.Release.ActiveCfg = Release|Win32
+ {A0144DD0-0064-46CF-93D3-78DB712034D4}.Release.Build.0 = Release|Win32
+ {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}.Debug.ActiveCfg = Debug|Win32
+ {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}.Debug.Build.0 = Debug|Win32
+ {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}.Release.ActiveCfg = Release|Win32
+ {3E590C94-A4E0-4E79-839E-A7263F3CA6B1}.Release.Build.0 = Release|Win32
+ {C6320F61-2939-4C52-A749-933377C12DEA}.Debug.ActiveCfg = Debug|Win32
+ {C6320F61-2939-4C52-A749-933377C12DEA}.Debug.Build.0 = Debug|Win32
+ {C6320F61-2939-4C52-A749-933377C12DEA}.Release.ActiveCfg = Release|Win32
+ {C6320F61-2939-4C52-A749-933377C12DEA}.Release.Build.0 = Release|Win32
+ {12329AC8-F4EC-4663-AEE2-93911D033E97}.Debug.ActiveCfg = Debug|Win32
+ {12329AC8-F4EC-4663-AEE2-93911D033E97}.Debug.Build.0 = Debug|Win32
+ {12329AC8-F4EC-4663-AEE2-93911D033E97}.Release.ActiveCfg = Release|Win32
+ {12329AC8-F4EC-4663-AEE2-93911D033E97}.Release.Build.0 = Release|Win32
+ {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}.Debug.ActiveCfg = Debug|Win32
+ {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}.Debug.Build.0 = Debug|Win32
+ {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}.Release.ActiveCfg = Release|Win32
+ {F91FFAA9-0A12-4D51-9E10-FA7D8FCA8DFD}.Release.Build.0 = Release|Win32
+ {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}.Debug.ActiveCfg = Debug|Win32
+ {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}.Debug.Build.0 = Debug|Win32
+ {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}.Release.ActiveCfg = Release|Win32
+ {A1CA7E73-EA91-43C0-80B5-5B16CF3EA61E}.Release.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ExtensibilityGlobals) = postSolution
+ EndGlobalSection
+ GlobalSection(ExtensibilityAddIns) = postSolution
+ EndGlobalSection
+EndGlobal
Property changes on: trunk/ezstream/win32/ezstream.sln
___________________________________________________________________
Name: svn:eol-style
+ native
Modified: trunk/ezstream/win32/ezstream.vcproj
===================================================================
--- trunk/ezstream/win32/ezstream.vcproj 2009-03-17 18:07:38 UTC (rev 15787)
+++ trunk/ezstream/win32/ezstream.vcproj 2009-03-17 18:20:58 UTC (rev 15788)
@@ -1,287 +1,287 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="7.10"
- Name="ezstream"
- ProjectGUID="{4C27B249-0C17-4007-9D51-2ED145DF06C2}"
- RootNamespace="ezstream"
- SccProjectName=""
- SccLocalPath="">
- <Platforms>
- <Platform
- Name="Win32"/>
- </Platforms>
- <Configurations>
- <Configuration
- Name="Release|Win32"
- OutputDirectory=".\Release"
- IntermediateDirectory=".\Release"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2"
- WholeProgramOptimization="TRUE">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- GlobalOptimizations="TRUE"
- InlineFunctionExpansion="1"
- ImproveFloatingPointConsistency="TRUE"
- AdditionalIncludeDirectories="../../ogg/include;../../vorbis/include;../../shout/include;../src;../../libxml2/include;../../libiconv/include;../../taglib;.;../compat"
- PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;HAVE_ICONV;HAVE_TAGLIB"
- StringPooling="TRUE"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="0"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="FALSE"
- UsePrecompiledHeader="0"
- PrecompiledHeaderFile=""
- AssemblerListingLocation=".\Release/"
- ObjectFile=".\Release/"
- ProgramDataBaseFileName=".\Release/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- Detect64BitPortabilityProblems="TRUE"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="WS2_32.lib WinMM.lib"
- OutputFile=".\Release/ezstream.exe"
- LinkIncremental="0"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories=""
- IgnoreDefaultLibraryNames=""
- ProgramDatabaseFile=".\Release/ezstream.pdb"
- SubSystem="1"
- LargeAddressAware="2"
- SetChecksum="TRUE"
- TargetMachine="0"/>
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Release/ezstream.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="NDEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory=".\Debug"
- IntermediateDirectory=".\Debug"
- ConfigurationType="1"
- UseOfMFC="0"
- ATLMinimizesCRunTimeLibraryUsage="FALSE"
- CharacterSet="2">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- ImproveFloatingPointConsistency="TRUE"
- AdditionalIncludeDirectories="../../ogg/include;../../vorbis/include;../../shout/include;../src;../../libxml2/include;../../libiconv/include;../../taglib;.;../compat"
- PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H;HAVE_ICONV;HAVE_TAGLIB;XALLOC_DEBUG"
- ExceptionHandling="FALSE"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- BufferSecurityCheck="TRUE"
- EnableFunctionLevelLinking="TRUE"
- UsePrecompiledHeader="0"
- PrecompiledHeaderThrough=""
- PrecompiledHeaderFile=""
- AssemblerListingLocation=".\Debug/"
- ObjectFile=".\Debug/"
- ProgramDataBaseFileName=".\Debug/"
- WarningLevel="3"
- SuppressStartupBanner="TRUE"
- Detect64BitPortabilityProblems="TRUE"
- DebugInformationFormat="4"
- CompileAs="0"/>
- <Tool
- Name="VCCustomBuildTool"/>
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="WS2_32.lib WinMM.lib"
- OutputFile=".\Debug/ezstream.exe"
- LinkIncremental="0"
- SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories=""
- IgnoreAllDefaultLibraries="FALSE"
- IgnoreDefaultLibraryNames=""
- GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\Debug/ezstream.pdb"
- SubSystem="1"
- LargeAddressAware="2"
- TargetMachine="0"/>
- <Tool
- Name="VCMIDLTool"
- TypeLibraryName=".\Debug/ezstream.tlb"
- HeaderFileName=""/>
- <Tool
- Name="VCPostBuildEventTool"/>
- <Tool
- Name="VCPreBuildEventTool"/>
- <Tool
- Name="VCPreLinkEventTool"/>
- <Tool
- Name="VCResourceCompilerTool"
- PreprocessorDefinitions="_DEBUG"
- Culture="1033"/>
- <Tool
- Name="VCWebServiceProxyGeneratorTool"/>
- <Tool
- Name="VCXMLDataGeneratorTool"/>
- <Tool
- Name="VCWebDeploymentTool"/>
- <Tool
- Name="VCManagedWrapperGeneratorTool"/>
- <Tool
- Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="Source Files"
- Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
- <File
- RelativePath="..\src\compat.c">
- </File>
- <File
- RelativePath="..\src\configfile.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\src\ezstream.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\src\getopt.c">
- <FileConfiguration
- Name="Release|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""/>
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|Win32">
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories=""
- PreprocessorDefinitions=""
- BasicRuntimeChecks="3"/>
- </FileConfiguration>
- </File>
- <File
- RelativePath="..\src\metadata.c">
- </File>
- <File
- RelativePath="..\src\playlist.c">
- </File>
- <File
- RelativePath="..\src\strlcat.c">
- </File>
- <File
- RelativePath="..\src\strlcpy.c">
- </File>
- <File
- RelativePath="..\src\strtonum.c">
- </File>
- <File
- RelativePath="..\src\util.c">
- </File>
- <File
- RelativePath="..\src\xalloc.c">
- </File>
- </Filter>
- <Filter
- Name="Header Files"
- Filter="h;hpp;hxx;hm;inl">
- <File
- RelativePath="..\src\compat.h">
- </File>
- <File
- RelativePath=".\config.h">
- </File>
- <File
- RelativePath="..\src\configfile.h">
- </File>
- <File
- RelativePath="..\src\getopt.h">
- </File>
- <File
- RelativePath="..\src\metadata.h">
- </File>
- <File
- RelativePath="..\src\playlist.h">
- </File>
- <File
- RelativePath="..\src\strfctns.h">
- </File>
- <File
- RelativePath="..\src\util.h">
- </File>
- <File
- RelativePath="..\src\xalloc.h">
- </File>
- </Filter>
- <Filter
- Name="Resource Files"
- Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.10"
+ Name="ezstream"
+ ProjectGUID="{4C27B249-0C17-4007-9D51-2ED145DF06C2}"
+ RootNamespace="ezstream"
+ SccProjectName=""
+ SccLocalPath="">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory=".\Release"
+ IntermediateDirectory=".\Release"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2"
+ WholeProgramOptimization="TRUE">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ GlobalOptimizations="TRUE"
+ InlineFunctionExpansion="1"
+ ImproveFloatingPointConsistency="TRUE"
+ AdditionalIncludeDirectories="../../ogg/include;../../vorbis/include;../../shout/include;../src;../../libxml2/include;../../libiconv/include;../../taglib;.;../compat"
+ PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;HAVE_CONFIG_H;HAVE_ICONV;HAVE_TAGLIB"
+ StringPooling="TRUE"
+ ExceptionHandling="FALSE"
+ BasicRuntimeChecks="0"
+ RuntimeLibrary="0"
+ EnableFunctionLevelLinking="FALSE"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=""
+ AssemblerListingLocation=".\Release/"
+ ObjectFile=".\Release/"
+ ProgramDataBaseFileName=".\Release/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ Detect64BitPortabilityProblems="TRUE"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="WS2_32.lib WinMM.lib"
+ OutputFile=".\Release/ezstream.exe"
+ LinkIncremental="0"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories=""
+ IgnoreDefaultLibraryNames=""
+ ProgramDatabaseFile=".\Release/ezstream.pdb"
+ SubSystem="1"
+ LargeAddressAware="2"
+ SetChecksum="TRUE"
+ TargetMachine="0"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Release/ezstream.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="NDEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory=".\Debug"
+ IntermediateDirectory=".\Debug"
+ ConfigurationType="1"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="FALSE"
+ CharacterSet="2">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ ImproveFloatingPointConsistency="TRUE"
+ AdditionalIncludeDirectories="../../ogg/include;../../vorbis/include;../../shout/include;../src;../../libxml2/include;../../libiconv/include;../../taglib;.;../compat"
+ PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;HAVE_CONFIG_H;HAVE_ICONV;HAVE_TAGLIB;XALLOC_DEBUG"
+ ExceptionHandling="FALSE"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="1"
+ BufferSecurityCheck="TRUE"
+ EnableFunctionLevelLinking="TRUE"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderThrough=""
+ PrecompiledHeaderFile=""
+ AssemblerListingLocation=".\Debug/"
+ ObjectFile=".\Debug/"
+ ProgramDataBaseFileName=".\Debug/"
+ WarningLevel="3"
+ SuppressStartupBanner="TRUE"
+ Detect64BitPortabilityProblems="TRUE"
+ DebugInformationFormat="4"
+ CompileAs="0"/>
+ <Tool
+ Name="VCCustomBuildTool"/>
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="WS2_32.lib WinMM.lib"
+ OutputFile=".\Debug/ezstream.exe"
+ LinkIncremental="0"
+ SuppressStartupBanner="TRUE"
+ AdditionalLibraryDirectories=""
+ IgnoreAllDefaultLibraries="FALSE"
+ IgnoreDefaultLibraryNames=""
+ GenerateDebugInformation="TRUE"
+ ProgramDatabaseFile=".\Debug/ezstream.pdb"
+ SubSystem="1"
+ LargeAddressAware="2"
+ TargetMachine="0"/>
+ <Tool
+ Name="VCMIDLTool"
+ TypeLibraryName=".\Debug/ezstream.tlb"
+ HeaderFileName=""/>
+ <Tool
+ Name="VCPostBuildEventTool"/>
+ <Tool
+ Name="VCPreBuildEventTool"/>
+ <Tool
+ Name="VCPreLinkEventTool"/>
+ <Tool
+ Name="VCResourceCompilerTool"
+ PreprocessorDefinitions="_DEBUG"
+ Culture="1033"/>
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"/>
+ <Tool
+ Name="VCXMLDataGeneratorTool"/>
+ <Tool
+ Name="VCWebDeploymentTool"/>
+ <Tool
+ Name="VCManagedWrapperGeneratorTool"/>
+ <Tool
+ Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat">
+ <File
+ RelativePath="..\src\compat.c">
+ </File>
+ <File
+ RelativePath="..\src\configfile.c">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ BasicRuntimeChecks="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\ezstream.c">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ BasicRuntimeChecks="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\getopt.c">
+ <FileConfiguration
+ Name="Release|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="2"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""/>
+ </FileConfiguration>
+ <FileConfiguration
+ Name="Debug|Win32">
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="0"
+ AdditionalIncludeDirectories=""
+ PreprocessorDefinitions=""
+ BasicRuntimeChecks="3"/>
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath="..\src\metadata.c">
+ </File>
+ <File
+ RelativePath="..\src\playlist.c">
+ </File>
+ <File
+ RelativePath="..\src\strlcat.c">
+ </File>
+ <File
+ RelativePath="..\src\strlcpy.c">
+ </File>
+ <File
+ RelativePath="..\src\strtonum.c">
+ </File>
+ <File
+ RelativePath="..\src\util.c">
+ </File>
+ <File
+ RelativePath="..\src\xalloc.c">
+ </File>
+ </Filter>
+ <Filter
+ Name="Header Files"
+ Filter="h;hpp;hxx;hm;inl">
+ <File
+ RelativePath="..\src\compat.h">
+ </File>
+ <File
+ RelativePath=".\config.h">
+ </File>
+ <File
+ RelativePath="..\src\configfile.h">
+ </File>
+ <File
+ RelativePath="..\src\getopt.h">
+ </File>
+ <File
+ RelativePath="..\src\metadata.h">
+ </File>
+ <File
+ RelativePath="..\src\playlist.h">
+ </File>
+ <File
+ RelativePath="..\src\strfctns.h">
+ </File>
+ <File
+ RelativePath="..\src\util.h">
+ </File>
+ <File
+ RelativePath="..\src\xalloc.h">
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe">
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>
Property changes on: trunk/ezstream/win32/ezstream.vcproj
___________________________________________________________________
Name: svn:eol-style
+ native
More information about the commits
mailing list