This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: New SWT on Win32 build script, a tiny patch and an example - based on Rangit's stuff
- From: "Erik Poupaert" <erik dot poupaert at chello dot be>
- To: "John Murga" <john at murga dot org>,<java at gcc dot gnu dot org>
- Date: Sat, 14 Dec 2002 02:09:58 +0100
- Subject: RE: New SWT on Win32 build script, a tiny patch and an example - based on Rangit's stuff
Hi John
In build-swt.sh, you write:
"""
# Remove some java files we don't even want to try and compile
rm org/eclipse/swt/widgets/Decorations.java
"""
There must be some magic involved here, that I am not aware of, because
Shell extends Decorations. And SwtImageViewer.java definitely creates a
Shell.