From a6c526b790d5dcc2ac393f24f878b8df22072269 Mon Sep 17 00:00:00 2001 From: Frank Meies Date: Thu, 16 Aug 2001 08:18:20 +0000 Subject: Fix #90760#: Removed VCL defines --- starmath/sdi/makefile.mk | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) (limited to 'starmath/sdi') diff --git a/starmath/sdi/makefile.mk b/starmath/sdi/makefile.mk index 968aa01b8709..0271591cee73 100644 --- a/starmath/sdi/makefile.mk +++ b/starmath/sdi/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:57:25 $ +# last change: $Author: fme $ $Date: 2001-08-16 09:16:02 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -103,18 +103,6 @@ ALL: \ .INCLUDE : target.mk -.IF "$(GUIBASE)$(VCL)"=="WIN" -$(BIN)$/$(SDINAME).tlb: \ - $(MISCX)$/$(SDINAME).odl - rscpp -I.;$(SVSDIINC);$(INC) -DSOLAR_VERSION=$(solar_version) $(MISC)$/$(SDINAME).odl $(MISC)$/$(SDINAME).odx -.IF "$(GUI)"=="WIN" - wx /w /a mktyplib /nocpp /o $(MISC)$/$(SDINAME).err /tlb $(BIN)$/$(SDINAME).tlb $(MISC)$/$(SDINAME).odx -.ELSE - mktyplib /win32 /nocpp /o $(MISC)$/$(SDINAME).err /tlb $(BIN)$/$(SDINAME).tlb $(MISC)$/$(SDINAME).odx -.ENDIF - +type $(MISC)$/$(SDINAME).err -.ELSE $(BIN)$/$(SDINAME).tlb: @echo nix -.ENDIF -- cgit