INTEGRATION: CWS pj50 (1.9.36); FILE MERGED
2006/02/17 06:56:49 pjanik 1.9.36.1: #i59729#: Honour WITHOUT_MOZILLA again (patch from thb).
This commit is contained in:
parent
239c85c18f
commit
cee7b1964b
1 changed files with 6 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.10 $
|
||||
# $Revision: 1.11 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2006-03-08 13:55:23 $
|
||||
# last change: $Author: rt $ $Date: 2006-03-08 14:16:22 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -48,6 +48,8 @@ INCPRE+=-I$(SOLARINCDIR)$/mozilla$/nspr
|
|||
CDEFS+=-DOJI
|
||||
.ENDIF
|
||||
|
||||
.IF "$(WITH_MOZILLA)" != "NO"
|
||||
|
||||
SLOFILES= \
|
||||
$(SLO)$/plctrl.obj \
|
||||
$(SLO)$/service.obj \
|
||||
|
@ -60,6 +62,8 @@ SLOFILES= \
|
|||
$(SLO)$/multiplx.obj \
|
||||
$(SLO)$/plmodel.obj
|
||||
|
||||
.ENDIF # $(WITH_MOZILLA) != "NO"
|
||||
|
||||
# --- Targets ------------------------------------------------------
|
||||
|
||||
.INCLUDE : target.mk
|
||||
|
|
Loading…
Reference in a new issue