diff options
-rw-r--r-- | basic/util/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/basic/util/makefile.mk b/basic/util/makefile.mk index 08edb52a151b..ca3ba25872a6 100644 --- a/basic/util/makefile.mk +++ b/basic/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hjs $ $Date: 2002-04-08 14:24:04 $ +# last change: $Author: hr $ $Date: 2002-04-30 14:32:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -124,7 +124,6 @@ DEF1DES =StarBasic # Light basic -.IF "$(SVXLIGHT)" != "" LIB2TARGET=$(SLB)$/sbl.lib LIB2FILES= \ $(SLB)$/basicmgr.lib \ @@ -167,7 +166,6 @@ DEF2DEPN = \ DEFLIB2NAME =sbl DEF2DES =StarBasic Light -.ENDIF # "$(SVXLIGHT)" != "" RES1TARGET=$(PRJNAME) SRS1FILES= \ |