INTEGRATION: CWS vcl49 (1.8.60); FILE MERGED
2005/12/14 15:44:29 pl 1.8.60.1: #i56878# use mozilla headers instead of npsdk, use OJI definition
This commit is contained in:
parent
ac000d5cd5
commit
29279069c4
1 changed files with 9 additions and 2 deletions
|
@ -4,9 +4,9 @@
|
|||
#
|
||||
# $RCSfile: makefile.mk,v $
|
||||
#
|
||||
# $Revision: 1.8 $
|
||||
# $Revision: 1.9 $
|
||||
#
|
||||
# last change: $Author: rt $ $Date: 2005-09-08 19:55:36 $
|
||||
# last change: $Author: obo $ $Date: 2006-01-20 12:59:15 $
|
||||
#
|
||||
# The Contents of this file are made available subject to
|
||||
# the terms of GNU Lesser General Public License Version 2.1.
|
||||
|
@ -42,6 +42,13 @@ TARGETTYPE=CUI
|
|||
|
||||
# --- Files --------------------------------------------------------
|
||||
|
||||
INCPRE+=-I$(SOLARINCDIR)$/mozilla$/plugin
|
||||
.IF "$(SOLAR_JAVA)" != ""
|
||||
INCPRE+=-I$(SOLARINCDIR)$/mozilla$/java
|
||||
INCPRE+=-I$(SOLARINCDIR)$/mozilla$/nspr
|
||||
CDEFS+=-DOJI
|
||||
.ENDIF
|
||||
|
||||
SLOFILES=\
|
||||
$(SLO)$/nppapi.obj \
|
||||
$(SLO)$/sysplug.obj \
|
||||
|
|
Loading…
Reference in a new issue