Kaydet (Commit) 9626ddb9 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS unopkg (1.7.38); FILE MERGED

2003/09/25 14:09:52 dbo 1.7.38.1: #112352# separate header generation
üst 64c6f88d
......@@ -2,9 +2,9 @@
#
# $RCSfile: cppumaker.mk,v $
#
# $Revision: 1.7 $
# $Revision: 1.8 $
#
# last change: $Author: rt $ $Date: 2003-04-09 07:28:43 $
# last change: $Author: vg $ $Date: 2003-10-06 13:03:06 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
......@@ -59,23 +59,18 @@
#
#
#*************************************************************************
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
UNOUCRRDB = $(SOLARBINDIR)$/udkapi.rdb
UNOUCRDEP = $(UNOUCRRDB)
.IF "$(BOOTSTRAP_SERVICE)" != ""
# fully functional C++-UNO (no bridging); no types.rdb needed at runtime
CPPUMAKERFLAGS =
UNOUCROUT= $(OUT)$/inc$/bootstrap
INCPRE+= $(OUT)$/inc$/bootstrap
.ELSE
UNOUCROUT= $(OUT)$/inc$/light
INCPRE+= $(OUT)$/inc$/light
.ENDIF
UNOUCROUT = $(OUT)$/inc$/$(TARGET)
INCPRE += $(UNOUCROUT)
.IF "$(debug)" != ""
# MSVC++: no inlining
......@@ -84,3 +79,4 @@ CFLAGS += -Ob0
.ENDIF
.ENDIF
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment