From f0fbbb452c1d387bf3bf5df27287b9a9706bd262 Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Mon, 25 Aug 2003 13:40:52 +0000 Subject: INTEGRATION: CWS ause04 (1.3.122); FILE MERGED 2003/07/10 17:07:54 hjs 1.3.122.1: #108794# replace SRCFILES with SRC1FILES --- starmath/sdi/makefile.mk | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) (limited to 'starmath/sdi') diff --git a/starmath/sdi/makefile.mk b/starmath/sdi/makefile.mk index 37a430f8d1d6..b6f15244d1b5 100644 --- a/starmath/sdi/makefile.mk +++ b/starmath/sdi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mba $ $Date: 2002-03-28 16:07:18 $ +# last change: $Author: kz $ $Date: 2003-08-25 14:40:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -62,16 +62,14 @@ PRJ=.. -PRJNAME=smath3 +PRJNAME=starmath TARGET=smslots SDIEXPORT=smath SVSDIINC=$(PRJ)$/inc # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # --- Files -------------------------------------------------------- @@ -84,24 +82,11 @@ SVSDIDEPEND= \ smslots.sdi \ $(SVSDIINC)$/starmath.hrc -SRCFILES= \ +SRS1NAME=$(TARGET) +SRC1FILES= \ smslots.src # --- Targets ------------------------------------------------------- -.IF "$(depend)" == "" - -TLBLIST+=\ - $(BIN)$/$(SDINAME).tlb - -ALL: \ - ALLTAR \ - $(TLBLIST) - -.ENDIF - .INCLUDE : target.mk -$(BIN)$/$(SDINAME).tlb: - @echo nix - -- cgit