[gstreamer-bugs] [Bug 557305] .lib files for GStreamer are being built on Windows

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Mar 1 18:59:38 PST 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=557305

  GStreamer | gstreamer (core) | Ver: 0.10.21




------- Comment #1 from LRN  2009-03-02 03:00 UTC -------
Created an attachment (id=129823)
 --> (http://bugzilla.gnome.org/attachment.cgi?id=129823&action=view)
A script for .lib-generation

Since we can't rely on libtool for that, we have to use lib.exe. Also, one of
the libtool devs suggested that it would be best to supply .def files instead
of actual .lib files, because with lib.exe it is always possible to create
import libraries.

So i made a script that does just that:
* generates .lib files from .def files, and/or installs .def files (and .lib
files if generated) in MSys.
* generates .lib files from .def files in CMD.

It could be possible to do the same thing via makefiles and such, but:
1) I have no idea how to do that
2) Makefiles can't be conveniently distributed along with .def files


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=557305.




More information about the Gstreamer-bugs mailing list