diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 11:15:01 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 11:15:01 +0000 |
commit | ed229e11bc3e2cc96ab74c6bcceecca4e881c28f (patch) | |
tree | 6cd60b035ef4d8bfd252306cfe82c1c0887d69f5 /extensions | |
parent | aa33cf2f575293ebe304b49652d9345ad3c6e79a (diff) |
INTEGRATION: CWS eforms2 (1.6.144); FILE MERGED
2004/07/14 07:05:13 fs 1.6.144.1: #i10000# generate UNO headers into a dedicated (TARGET dependent) folder, to not conflict with other TARGETs in this module
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/resource/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/resource/makefile.mk b/extensions/source/resource/makefile.mk index db88830d3127..1c84bb8f1e6c 100644 --- a/extensions/source/resource/makefile.mk +++ b/extensions/source/resource/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: vg $ $Date: 2003-04-15 13:56:32 $ +# last change: $Author: obo $ $Date: 2004-11-16 12:15:01 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -105,6 +105,9 @@ SHL1LIBS= $(LIB1TARGET) SHL1DEF= $(MISC)$/$(SHL1TARGET).def +UNOUCROUT=$(OUT)$/inc$/$(TARGET) +INCPRE+=$(UNOUCROUT) + UNOTYPES=\ com.sun.star.uno.XWeak \ com.sun.star.uno.XAggregation \ |