summaryrefslogtreecommitdiff
path: root/sc/sdi/makefile.mk
diff options
context:
space:
mode:
authorPhilipp Lohmann <pl@openoffice.org>2001-11-01 18:28:12 +0000
committerPhilipp Lohmann <pl@openoffice.org>2001-11-01 18:28:12 +0000
commitb1656b94ff9207b2bddc7e341047caf2d2874c3c (patch)
tree8110a3398b3c615ffb289bcd8e896b9592f19efc /sc/sdi/makefile.mk
parent02c904d365616e16876a8786efe67e247da02df0 (diff)
#90760# remove obsolete VCL variable, tlb is obsolete also according to hjs
Diffstat (limited to 'sc/sdi/makefile.mk')
-rw-r--r--sc/sdi/makefile.mk30
1 files changed, 2 insertions, 28 deletions
diff --git a/sc/sdi/makefile.mk b/sc/sdi/makefile.mk
index 11c343723a2b..b750eada2cb6 100644
--- a/sc/sdi/makefile.mk
+++ b/sc/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:44:52 $
+# last change: $Author: pl $ $Date: 2001-11-01 19:28:12 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -107,30 +107,4 @@ SRCFILES= \
# --- Targets -------------------------------------------------------
-.IF "$(depend)" = ""
-
-ALL: \
- ALLTAR \
- $(BIN)$/$(SDINAME).tlb
-
-.ENDIF
-
-
.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 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
-
-