summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-09 06:28:43 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-09 06:28:43 +0000
commit86f5d6c35f6649f4eee463776d6377bbabc05f06 (patch)
tree3c639a39183c3311a9eca603fbf009ef8039d288
parentdac3d8dc151709ed3959fdc27edd8baaaac64d1a (diff)
INTEGRATION: CWS cppumaker1 (1.6.32); FILE MERGED
2003/04/02 16:12:13 dbo 1.6.32.1: #108497# header generation
-rw-r--r--stoc/source/cppumaker.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/stoc/source/cppumaker.mk b/stoc/source/cppumaker.mk
index 0819d7ebd..bc5035b5c 100644
--- a/stoc/source/cppumaker.mk
+++ b/stoc/source/cppumaker.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: cppumaker.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: dbo $ $Date: 2002-11-13 11:00:21 $
+# last change: $Author: rt $ $Date: 2003-04-09 07:28:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -62,17 +62,18 @@
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
-CPPUMAKERFLAGS =
-.IF "$(BOOTSTRAP_SERVICE)" == "TRUE"
+.IF "$(BOOTSTRAP_SERVICE)" != ""
+
+CPPUMAKERFLAGS =
UNOUCROUT= $(OUT)$/inc$/bootstrap
INCPRE+= $(OUT)$/inc$/bootstrap
+
.ELSE
-.IF "$(COM)" == "MSC"
-CPPUMAKERFLAGS = -L
-.ENDIF
+
UNOUCROUT= $(OUT)$/inc$/light
INCPRE+= $(OUT)$/inc$/light
+
.ENDIF
.IF "$(debug)" != ""