[xiph-cvs] cvs commit: vorbis/win32 vorbisfile.def

Chris Wolf cwolf at xiph.org
Thu Sep 13 08:21:20 PDT 2001



cwolf       01/09/13 08:21:20

  Modified:    win32    vorbisfile.def
  Log:
  Don't name library in definition file, let linker options name the library.

Revision  Changes    Path
1.3       +5 -1      vorbis/win32/vorbisfile.def

Index: vorbisfile.def
===================================================================
RCS file: /usr/local/cvsroot/vorbis/win32/vorbisfile.def,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vorbisfile.def	2001/06/18 15:03:44	1.2
+++ vorbisfile.def	2001/09/13 15:21:19	1.3
@@ -1,5 +1,9 @@
+;
 ; vorbisfile.def
-LIBRARY vorbisfile
+;
+; last modified: $Id: vorbisfile.def,v 1.3 2001/09/13 15:21:19 cwolf Exp $
+;
+LIBRARY
 EXPORTS
 ov_clear
 ov_open

--- >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