From 481dccb17502e1a1a2d83c578e1c5bb418e23dd2 Mon Sep 17 00:00:00 2001 From: megacz Date: Fri, 30 Jan 2004 06:45:21 +0000 Subject: [PATCH] 2002/04/23 02:16:01 darcs-hash:20040130064521-2ba56-1b49975065c6a7b1c5715b401d76148336b66ae7.gz --- CHANGES | 2 ++ README | 12 +++++++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 5ecc16e..30e22e9 100644 --- a/CHANGES +++ b/CHANGES @@ -30,4 +30,6 @@ 22-Apr megacz src/org/xwt/plat/Java2.java: fixed bug that caused RasterFormatException on jdk1.4 +22-Apr megacz README: included instructions on how to build without gcc. + diff --git a/README b/README index deb448b..b03a8cc 100644 --- a/README +++ b/README @@ -127,7 +127,17 @@ The following targets do not require that you specify a platform: ______________________________________________________________________________ -Building a compiler +Building + +- If you only want to build the JVM version of XWT, delete these two + files: + + xwt/src/org/xwt/plat/Win32.java + xwt/src/org/xwt/plat/GCJ.java + + This will allow XWT to build correctly *without* gcc 3.1. Otherwise, + you must compile and install gcc 3.1. + - The Win32 native version of XWT can ONLY be built with the very latest pre-release of GCC 3.1. You can follow the steps below to -- 1.7.10.4