[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform.swt] Re: Recompiling SWT
|
Hi,
I want a new makefile using gcc on win32 , are you have it?
Thanks.
Christophe Cornu wrote:
> Hi Jan,
> We have a new gtk makefile which calls gcc instead of driving the linker
> ld 'manually'. This should incidentally fix your problem.
> I'd recommend you use this new makefile.
>
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt/Eclipse%20SWT%20PI/gtk/library/make_gtk.mak?rev=HEAD&content-type=text/vnd.viewcvs-markup
> libswt-gnome.so is used for the org.eclipse.swt.program.Program api, when
> running Eclipse on a gnome desktop (e.g. to find which app is binding to a
> particular extension). It is not strictly required to run SWT apps.
> Chris