INTEGRATION: CWS impress2 (1.142.6); FILE MERGED

2004/07/13 09:27:08 af 1.142.6.4: RESYNC: (1.146-1.148); FILE MERGED
2004/06/17 16:29:52 af 1.142.6.3: RESYNC: (1.145-1.146); FILE MERGED
2004/05/19 16:25:33 af 1.142.6.2: RESYNC: (1.142-1.145); FILE MERGED
2004/04/27 14:38:41 hjs 1.142.6.1: #116550# PRJINC can handle several path items now
This commit is contained in:
Rüdiger Timm 2004-07-13 12:28:24 +00:00
parent b7c818c797
commit f6291806c1

View file

@ -2,9 +2,9 @@
#
# $RCSfile: settings.mk,v $
#
# $Revision: 1.149 $
# $Revision: 1.150 $
#
# last change: $Author: rt $ $Date: 2004-07-12 12:59:26 $
# last change: $Author: rt $ $Date: 2004-07-13 13:28:24 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -785,7 +785,7 @@ INCUNOIDL=$(INCCOM)$/$(PRJNAME)
I={$(INCLUDE)}
INCDEPN=. $(INCGUI) $(INCLOCAL) $(INC)
.IF "$(PRJINC)"!=""
INCLOCPRJ=$(PRJINC)$/inc
INCLOCPRJ=$(foreach,i,$(PRJINC) $i$/inc)
INCDEPN+=$(INCLOCPRJ)
.ENDIF