INTEGRATION: CWS cppumaker1 (1.6.32); FILE MERGED
2003/04/02 16:12:13 dbo 1.6.32.1: #108497# header generation
This commit is contained in:
parent
16b11bd224
commit
cb2db8b878
1 changed files with 8 additions and 7 deletions
|
@ -2,9 +2,9 @@
|
||||||
#
|
#
|
||||||
# $RCSfile: cppumaker.mk,v $
|
# $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
|
# The Contents of this file are made available subject to the terms of
|
||||||
# either of the following licenses
|
# either of the following licenses
|
||||||
|
@ -62,17 +62,18 @@
|
||||||
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
|
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
|
||||||
UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
|
UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
|
||||||
|
|
||||||
CPPUMAKERFLAGS =
|
|
||||||
|
|
||||||
.IF "$(BOOTSTRAP_SERVICE)" == "TRUE"
|
.IF "$(BOOTSTRAP_SERVICE)" != ""
|
||||||
|
|
||||||
|
CPPUMAKERFLAGS =
|
||||||
UNOUCROUT= $(OUT)$/inc$/bootstrap
|
UNOUCROUT= $(OUT)$/inc$/bootstrap
|
||||||
INCPRE+= $(OUT)$/inc$/bootstrap
|
INCPRE+= $(OUT)$/inc$/bootstrap
|
||||||
|
|
||||||
.ELSE
|
.ELSE
|
||||||
.IF "$(COM)" == "MSC"
|
|
||||||
CPPUMAKERFLAGS = -L
|
|
||||||
.ENDIF
|
|
||||||
UNOUCROUT= $(OUT)$/inc$/light
|
UNOUCROUT= $(OUT)$/inc$/light
|
||||||
INCPRE+= $(OUT)$/inc$/light
|
INCPRE+= $(OUT)$/inc$/light
|
||||||
|
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|
||||||
.IF "$(debug)" != ""
|
.IF "$(debug)" != ""
|
||||||
|
|
Loading…
Reference in a new issue