Thanks, I'll try that.

Miroslav

----- Original Message ----- 
From: "Tor Lillqvist" <[EMAIL PROTECTED]>
To: "Miroslav Rajcic" <[EMAIL PROTECTED]>
Cc: <gtk-app-devel-list@gnome.org>
Sent: Saturday, September 13, 2008 8:47 PM
Subject: Re: GtkSourceView build for Windows?


> > Is there any other way to create import lib for Visual Studio?
> 
> lib -def:foo.def -out:foo.lib
> 
> "lib" is the MSVC command that corresponds to "ar" and "dlltool" in
> the mingw. Don't use the mingw dlltool to create import libraries for
> Visual Studio, at least not MSVS later than version 6, as the
> experience I described seems to indicate that mingw import libraries
> are not compatible with MSVC ones.
> 
> --tml
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to