diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 11:15:15 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 11:15:15 +0000 |
commit | 7fb065a84d5ac9bc090d4da32d59d0e7084cf292 (patch) | |
tree | 2a9d08a829de88f990dd121fd77dc194aac4e0c1 /extensions/source/scanner | |
parent | ed229e11bc3e2cc96ab74c6bcceecca4e881c28f (diff) |
INTEGRATION: CWS eforms2 (1.10.30); FILE MERGED
2004/07/14 07:05:40 fs 1.10.30.1: #i10000# generate UNO headers into a dedicated (TARGET dependent) folder, to not conflict with other TARGETs in this module
Diffstat (limited to 'extensions/source/scanner')
-rw-r--r-- | extensions/source/scanner/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/extensions/source/scanner/makefile.mk b/extensions/source/scanner/makefile.mk index b2fa357fc531..16c739d8cd63 100644 --- a/extensions/source/scanner/makefile.mk +++ b/extensions/source/scanner/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: rt $ $Date: 2004-05-27 11:19:48 $ +# last change: $Author: obo $ $Date: 2004-11-16 12:15:15 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -73,6 +73,9 @@ USE_DEFFILE=TRUE # --- UnoTypes ----------------------------------------------------- +UNOUCROUT=$(OUT)$/inc$/$(TARGET) +INCPRE+=$(UNOUCROUT) + UNOTYPES=\ com.sun.star.uno.TypeClass \ com.sun.star.uno.XInterface \ |