mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-22 13:50:47 +00:00
Rewritten java support
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@6759 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6ad150337d
commit
ca55f765b1
1 changed files with 19 additions and 0 deletions
19
ChangeLog
19
ChangeLog
|
@ -1,3 +1,22 @@
|
|||
Wed Jun 21 12:35:43 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
Rewritten and simplified java support.
|
||||
* GNUstep.sh.in: Only append to the CLASSPATH if not already there.
|
||||
* GNUstep.csh.in: Simplified java classpath.
|
||||
* brain.make (SYSTEM_INCLUDES): Removed JAVA_INCLUDES.
|
||||
* common.make (JAVAC): Set it to 'javac' only if it is null,
|
||||
so it can be overridden.
|
||||
* common.make (GNUSTEP_JAVA): New variable.
|
||||
* config.make.in: Removed old java code.
|
||||
* configure.in: Idem.
|
||||
* configure: Rebuilt.
|
||||
* openapp.in: Removed old java code.
|
||||
* rules.make: Completely remanaged java stuff.
|
||||
|
||||
* GNUmakefile.in (MAKE_FILES): Added java.make.
|
||||
* java.make: New makefile for compiling not-GNUstep java
|
||||
application.
|
||||
|
||||
Tue Jun 20 19:59:19 2000 Nicola Pero <nicola@brainstorm.co.uk>
|
||||
|
||||
* objc.make (internal-objc_program-install): Depend on building
|
||||
|
|
Loading…
Reference in a new issue