summaryrefslogtreecommitdiff
path: root/sw/sdi/makefile.mk
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 /sw/sdi/makefile.mk
parentc2ada2f20ca6f34b188166017911e489c720bd32 (diff)
Fix #90760#: Removed VCL defines
Diffstat (limited to 'sw/sdi/makefile.mk')
-rw-r--r--sw/sdi/makefile.mk28
1 files changed, 2 insertions, 26 deletions
diff --git a/sw/sdi/makefile.mk b/sw/sdi/makefile.mk
index 4506f71cb6b3..a51dd7e6819d 100644
--- a/sw/sdi/makefile.mk
+++ b/sw/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 17:14:30 $
+# last change: $Author: fme $ $Date: 2001-08-16 09:17:14 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -146,33 +146,9 @@ 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
-.IF "$(GUIBASE)$(VCL)"=="WIN"
-$(BIN)$/$(SDI2NAME).tlb: \
- $(MISCX)$/$(SDI2NAME).odl
- rscpp -I.;$(SVSDIINC);$(INC) -DSOLAR_VERSION=$(solar_version) $(MISC)$/$(SDI2NAME).odl $(MISC)$/$(SDI2NAME).odx
-.IF "$(GUI)"=="WIN"
- wx mktyplib /nocpp /o $(MISC)$/$(SDI2NAME).err /tlb $(BIN)$/$(SDI2NAME).tlb $(MISC)$/$(SDI2NAME).odx
-.ELSE
- mktyplib /win32 /nocpp /o $(MISC)$/$(SDI2NAME).err /tlb $(BIN)$/$(SDI2NAME).tlb $(MISC)$/$(SDI2NAME).odx
-.ENDIF
- +type $(MISC)$/$(SDI2NAME).err
-.ELSE
$(BIN)$/$(SDI2NAME).tlb:
@echo nix
-.ENDIF