summaryrefslogtreecommitdiff
path: root/codemaker
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 02:14:26 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 02:14:26 +0000
commit422db561f208e784b7c4d43c5e5167263f4bde36 (patch)
tree07200c02eeaa9c477667ec1f0f1ae4fb6ef039d0 /codemaker
parent1a390278331084e6d38a91e2485d5da79cc598e9 (diff)
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.
Diffstat (limited to 'codemaker')
-rw-r--r--codemaker/source/javamaker/makefile.mk16
1 files changed, 8 insertions, 8 deletions
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) \