summaryrefslogtreecommitdiff
path: root/starmath/sdi
diff options
context:
space:
mode:
authorFrank Meies <fme@openoffice.org>2001-08-16 08:18:20 +0000
committerFrank Meies <fme@openoffice.org>2001-08-16 08:18:20 +0000
commita6c526b790d5dcc2ac393f24f878b8df22072269 (patch)
tree5562196e573363b52e094a09752c892a7c69bf6c /starmath/sdi
parentc2ada2f20ca6f34b188166017911e489c720bd32 (diff)
Fix #90760#: Removed VCL defines
Diffstat (limited to 'starmath/sdi')
-rw-r--r--starmath/sdi/makefile.mk16
1 files changed, 2 insertions, 14 deletions
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