diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 12:08:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-10-06 12:08:13 +0000 |
commit | 3cc050025dc2ff386c9189f2b3c3238711fe6d12 (patch) | |
tree | 6e5ebcd29ef42cb6cc45abc275a343c43e61cf42 /cpputools | |
parent | 251b7049a5e5689d979d3dafb9211615b617b2e3 (diff) |
INTEGRATION: CWS unopkg (1.8.30); FILE MERGED
2003/09/23 09:04:23 dbo 1.8.30.1: #112352# generating headers into separate output directories
Diffstat (limited to 'cpputools')
-rw-r--r-- | cpputools/source/unoexe/makefile.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cpputools/source/unoexe/makefile.mk b/cpputools/source/unoexe/makefile.mk index 254c042da..f1480d3b1 100644 --- a/cpputools/source/unoexe/makefile.mk +++ b/cpputools/source/unoexe/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: hr $ $Date: 2003-03-19 17:31:37 $ +# last change: $Author: vg $ $Date: 2003-10-06 13:08:13 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -77,8 +77,8 @@ NO_BSYMBOLIC=TRUE UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb -UNOUCROUT=$(OUT)$/inc -INCPRE+=$(OUT)$/inc +UNOUCROUT = $(OUT)$/inc$/$(TARGET) +INCPRE += $(UNOUCROUT) CPPUMAKERFLAGS+= -C UNOTYPES= \ |