diff options
-rw-r--r-- | basic/source/app/makefile.mk | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/basic/source/app/makefile.mk b/basic/source/app/makefile.mk index 514e52ba5465..5283fde6b03d 100644 --- a/basic/source/app/makefile.mk +++ b/basic/source/app/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: hjs $ $Date: 2004-06-25 16:29:14 $ +# last change: $Author: hr $ $Date: 2004-12-10 17:54:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,7 +62,7 @@ PRJ=..$/.. -PRJNAME=BASIC +PRJNAME=basic TARGET=app LIBTARGET = NO @@ -73,9 +73,6 @@ LIBTARGET = NO # --- Allgemein ------------------------------------------------------------ -.INCLUDE : minor.mk -RSCUPDVER=$(RSCREVISION)SV$(UPD)$(UPDMINOR) - OBJFILES = \ $(OBJ)$/ttstrhlp.obj \ $(OBJ)$/ttbasic.obj \ |