This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re[2]: New SWT on Win32 build script, a tiny patch and an example - based on Rangit's stuff
- From: John Murga <john at murga dot org>
- To: "Erik Poupaert" <erik dot poupaert at chello dot be>
- Cc: java at gcc dot gnu dot org
- Date: Sat, 14 Dec 2002 01:16:52 +0000
- Subject: Re[2]: New SWT on Win32 build script, a tiny patch and an example - based on Rangit's stuff
- References: <POEIJGMGPFPGFHAGKFHAOEBHCDAA.erik.poupaert@chello.be>
- Reply-to: John Murga <john at murga dot org>
Hello Erik,
Saturday, December 14, 2002, 1:09:58 AM, you wrote:
EP> """
EP> # Remove some java files we don't even want to try and compile
EP> rm org/eclipse/swt/widgets/Decorations.java
EP> """
EP> There must be some magic involved here, that I am not aware of, because
EP> Shell extends Decorations. And SwtImageViewer.java definitely creates a
EP> Shell.
No magic, it is just one of the java files that GCJ doesn't seem to like
compiling from source... so we just compile the classes further down the
script 8-)
Cheers
JohnM