[xiph-commits] r14746 - in trunk/vorbis-tools/win32: . VS2005 VS2005/oggenc VS2005/vorbiscomment

sping at svn.xiph.org sping at svn.xiph.org
Tue Apr 15 16:53:28 PDT 2008


Author: sping
Date: 2008-04-15 16:53:28 -0700 (Tue, 15 Apr 2008)
New Revision: 14746

Added:
   trunk/vorbis-tools/win32/config.h
Removed:
   trunk/vorbis-tools/win32/VS2005/config.h
   trunk/vorbis-tools/win32/VS2005/oggenc/config.h
   trunk/vorbis-tools/win32/VS2005/vorbiscomment/config.h
Log:
7/3 vorbis-tools: Consistent use of $(ConfigurationName) for vs2k3
vcut project
oggenc project fixes
config.h moved up to win32 (this will need a fix for vs2k5 in a minute)

Deleted: trunk/vorbis-tools/win32/VS2005/config.h
===================================================================
--- trunk/vorbis-tools/win32/VS2005/config.h	2008-04-15 23:52:56 UTC (rev 14745)
+++ trunk/vorbis-tools/win32/VS2005/config.h	2008-04-15 23:53:28 UTC (rev 14746)
@@ -1,7 +0,0 @@
-#ifndef CONFIG_H
-#define CONFIG_H 1
-
-#define PACKAGE "vorbis-tools"
-#define VERSION "1.2.0"
-
-#endif /* CONFIG_H */

Deleted: trunk/vorbis-tools/win32/VS2005/oggenc/config.h
===================================================================
--- trunk/vorbis-tools/win32/VS2005/oggenc/config.h	2008-04-15 23:52:56 UTC (rev 14745)
+++ trunk/vorbis-tools/win32/VS2005/oggenc/config.h	2008-04-15 23:53:28 UTC (rev 14746)
@@ -1,5 +0,0 @@
-#ifndef _CONFIG_H
-#define _CONFIG_H
-
-#define VERSION "1.2.0"
-#endif
\ No newline at end of file

Deleted: trunk/vorbis-tools/win32/VS2005/vorbiscomment/config.h
===================================================================
--- trunk/vorbis-tools/win32/VS2005/vorbiscomment/config.h	2008-04-15 23:52:56 UTC (rev 14745)
+++ trunk/vorbis-tools/win32/VS2005/vorbiscomment/config.h	2008-04-15 23:53:28 UTC (rev 14746)
@@ -1,5 +0,0 @@
-#ifndef _CONFIG_H
-#define _CONFIG_H
-
-#define VERSION "1.2.0"
-#endif
\ No newline at end of file

Copied: trunk/vorbis-tools/win32/config.h (from rev 14742, trunk/vorbis-tools/win32/VS2005/config.h)
===================================================================
--- trunk/vorbis-tools/win32/config.h	                        (rev 0)
+++ trunk/vorbis-tools/win32/config.h	2008-04-15 23:53:28 UTC (rev 14746)
@@ -0,0 +1,7 @@
+#ifndef CONFIG_H
+#define CONFIG_H 1
+
+#define PACKAGE "vorbis-tools"
+#define VERSION "1.2.0"
+
+#endif /* CONFIG_H */



More information about the commits mailing list