This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Patch: make gcj compile all files in .jar
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>, Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 21 Jan 2003 21:38:32 -0500 (EST)
- Subject: Re: Patch: make gcj compile all files in .jar
On 21 Jan 2003, Tom Tromey wrote:
> This patch changes gcj to compile all the files it finds in a .jar
> file. .class files are compiled as code, other files are compiled as
> resources.
I have to say, what a great idea... I don't know how many times I've
pulled a .jar file apart and written a Makefile to do just that. Thanks!
Jeff