From 422db561f208e784b7c4d43c5e5167263f4bde36 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 02:14:26 +0000 Subject: INTEGRATION: CWS sb18 (1.7.102); FILE MERGED 2004/05/07 08:25:49 sb 1.7.102.1: #i21150# Complete rewrite of javamaker to generate .class files instead of .java files. --- codemaker/source/javamaker/makefile.mk | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'codemaker') diff --git a/codemaker/source/javamaker/makefile.mk b/codemaker/source/javamaker/makefile.mk index 7d36d3a1a0fe..ada5d46b2d78 100644 --- a/codemaker/source/javamaker/makefile.mk +++ b/codemaker/source/javamaker/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: jsc $ $Date: 2001-08-17 13:15:48 $ +# last change: $Author: obo $ $Date: 2004-06-04 03:14:26 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -79,9 +79,11 @@ ENABLE_EXCEPTIONS=TRUE CFLAGSNOOPT+=-Ob0 .ENDIF -OBJFILES= $(OBJ)$/javamaker.obj \ - $(OBJ)$/javaoptions.obj \ - $(OBJ)$/javatype.obj +OBJFILES = \ + $(OBJ)$/classfile.obj \ + $(OBJ)$/javamaker.obj \ + $(OBJ)$/javaoptions.obj \ + $(OBJ)$/javatype.obj NOOPTFILES= \ $(OBJ)$/javatype.obj @@ -89,9 +91,7 @@ NOOPTFILES= \ APP1TARGET= $(TARGET) -APP1OBJS= $(OBJ)$/javamaker.obj \ - $(OBJ)$/javaoptions.obj \ - $(OBJ)$/javatype.obj +APP1OBJS = $(OBJFILES) APP1STDLIBS= \ $(SALLIB) \ -- cgit