INTEGRATION: CWS ooo20040704 (1.4.310); FILE MERGED
2004/06/29 09:01:02 cmc 1.4.310.1: #i30801# allow using system stl if possible
This commit is contained in:
parent
9a19797689
commit
d78b5b8179
1 changed files with 7 additions and 2 deletions
|
@ -2,9 +2,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.4 $
|
||||
# $Revision: 1.5 $
|
||||
#
|
||||
# last change: $Author: jbu $ $Date: 2002-10-01 08:11:58 $
|
||||
# last change: $Author: rt $ $Date: 2004-09-08 14:04:32 $
|
||||
#
|
||||
# The Contents of this file are made available subject to the terms of
|
||||
# either of the following licenses
|
||||
|
@ -66,6 +66,11 @@ TARGET=plbase
|
|||
TARGETTYPE=GUI
|
||||
ENABLE_EXCEPTIONS=TRUE
|
||||
|
||||
.IF "$(WITH_MOZILLA)" == "NO"
|
||||
dummy:
|
||||
@echo "mozilla disabled"
|
||||
.ENDIF
|
||||
|
||||
.INCLUDE : ..$/util$/makefile.pmk
|
||||
|
||||
# --- Types -------------------------------------
|
||||
|
|
Loading…
Reference in a new issue