This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]