diff options
author | Oliver Bolte <obo@openoffice.org> | 2001-09-18 09:34:55 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2001-09-18 09:34:55 +0000 |
commit | 2c790e95a6f1a00e285d3c669315a3113a20a4da (patch) | |
tree | 371e0e1aa6ce119bbc4f77b7eff6896a81cbb57b /sj2 | |
parent | 247254fd29722470a7aed493713b2c40153c6f0f (diff) |
#65293# TARGETTYPE=GUI
Diffstat (limited to 'sj2')
-rw-r--r-- | sj2/util/makefile.mk | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/sj2/util/makefile.mk b/sj2/util/makefile.mk index 4b6e161ea971..65aa956d781f 100644 --- a/sj2/util/makefile.mk +++ b/sj2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: kz $ $Date: 2001-05-16 11:12:35 $ +# last change: $Author: obo $ $Date: 2001-09-18 10:34:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,20 +64,14 @@ PRJ=.. PRJNAME=sj2 TARGET=sj -USE_LDUMP2=TRUE +TARGETTYPE=GUI # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk - -LDUMP2=LDUMP4 # ------------------------------------------------------------------ -.IF "$(header)" == "" - LIB1TARGET= $(SLB)$/$(TARGET).lib LIB1FILES= \ $(SLB)$/java.lib \ @@ -108,7 +102,6 @@ DEF1DEPN =$(MISC)$/$(SHL1TARGET).flt DEFLIB1NAME =$(TARGET) DEF1DES =JavaCPP DEF1CEXP =Java -.ENDIF JARTARGET=classes.jar JARCLASSDIRS=stardiv |