Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] new dependencies in SWT 3.0


You would like different jars and shared libraries and you simply would not reference the ones you don't like?  (BTW: SWT 3.0 is backwards API compatible with 2.0).



Erik Poupaert <erik.poupaert@xxxxxxxxx>
Sent by: platform-swt-dev-admin@xxxxxxxxxxx

10/03/2003 06:50 PM
Please respond to platform-swt-dev

       
        To:        Steve Northover/Ottawa/IBM@IBMCA, platform-swt-dev@xxxxxxxxxxx
        cc:        
        Subject:        Re: [platform-swt-dev] new dependencies in SWT 3.0



Hi Steve

> Sorry for the balkanization.  What would you like to happen? (be specific)

These were the 2-132 dependencies:

---------
LINUX-GTK
---------
gtk-x11-2.0;
gdk-x11-2.0;
atk-1.0;
gdk_pixbuf-2.0;
m;
pangoxft-1.0;
pangox-1.0;
pango-1.0;
gobject-2.0;
gmodule-2.0;
dl;
glib-2.0;
gthread-2.0;
pthread;                

------
WIN32
------
ole32;
comctl32;
user32;
gdi32;
comdlg32;
kernel32;
shell32;
advapi32;
imm32;
winspool;
oleaut32;

I would like a core SWT 3.0 that is backwards compatible with 2-132 and that does
*not* introduce new dependencies (No Mozilla, No Gnome dependencies).

This will permit me to compile 3.O natively, link statically, and run it on the
framebuffer just as 2-132 (for very thin linux clients).

org-eclipse-swt-browser
org-eclipse-gnome

--> out of the swt-gtk source core; separate source trees, and separate makefiles
altogether.
_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top