summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-09-22 06:38:39 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-09-22 06:38:39 +0000
commit23ef4cb2f218c179235a81bf40d9a72a79d8a768 (patch)
tree8ef2896bc04826d3fda8789269c329ee49864012 /solenv
parent5e1eb27c0d810e717936337124f9682735c73e0c (diff)
#100000# BUILD_SPECIAL
Diffstat (limited to 'solenv')
-rw-r--r--solenv/inc/settings.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk
index d1f9d46e9..a22546c7c 100644
--- a/solenv/inc/settings.mk
+++ b/solenv/inc/settings.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: settings.mk,v $
#
-# $Revision: 1.137 $
+# $Revision: 1.138 $
#
-# last change: $Author: kz $ $Date: 2003-08-25 14:46:33 $
+# last change: $Author: rt $ $Date: 2003-09-22 07:38:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -1087,6 +1087,10 @@ RSCDEFS=-D$(GUI) -D$(GVER) -D$(COM) -D$(CVER) -DSUPD=$(UPD) -DBUILD=$(BUILD) -D$
RSCDEFS=-D$(GUI) -D$(GVER) -D$(COM) -D$(CVER) -DSUPD=$(UPD) -DBUILD=$(BUILD) $(JAVADEF)
.ENDIF
+.IF "$(BUILD_SPECIAL)!=""
+RSCDEFS+=-DBUILD_SPECIAL=$(BUILD_SPECIAL)
+.ENDIF
+
.IF "$(rscres)"!=""
RSCRES=$(rscres)
.ENDIF