ra=edburns

Author: Tor Norbye <tor@eng.sun.com>

Changes to make it build on Solaris.


git-svn-id: svn://10.0.0.236/trunk@135977 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2003-01-08 05:21:31 +00:00
parent 2e5040b32d
commit f2a2f5ed08
3 changed files with 32 additions and 0 deletions

View File

@@ -93,7 +93,11 @@ JAVA_CLS= \
org.mozilla.dom.events.UIEventImpl \
$(NULL)
ifeq ($(OS_ARCH),Linux)
INCLUDES += -I$(JAVAHOME)/include -I$(JAVAHOME)/include/linux
else
INCLUDES += -I$(JAVAHOME)/include -I$(JAVAHOME)/include/solaris
endif
JAVAH_PROG=$(JDKHOME)/bin/javah
JAVAH_FLAGS=-jni -classpath $(CLASSPATH):$(JAVA_DESTPATH)