Next step is to resume hunting down the DOM bug.

M dom/src/Makefile.in

- conditional builds to work properly XP

M webclient/build-tests.xml

- pass MOZ_SRC to test environment to enable absolute pathing to golden
  files

M webclient/test/automated/src/classes/org/mozilla/webclient/WebclientTestCase.java

- Leverage MOZ_SRC to get absolute pathing to golden files


git-svn-id: svn://10.0.0.236/trunk@177408 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2005-08-09 04:43:00 +00:00
parent d902c20663
commit e3f6bd8d73
3 changed files with 19 additions and 8 deletions

View File

@@ -62,7 +62,8 @@ ifeq ($(OS_ARCH),Darwin)
INCLUDES += -I$(MOZ_JDKHOME)/include -I.
DSO_LDOPTS += -L/System/Library/Frameworks/JavaVM.Framework/Libraries -ljvm_compat
DLL_SUFFIX = .jnilib
else
endif #DARWIN
ifeq ($(OS_ARCH),Linux)
INCLUDES += -I$(JAVAHOME)/include -I$(JAVAHOME)/include/linux
DSO_LDOPTS += \
@@ -74,12 +75,14 @@ ifeq ($(OS_ARCH),Linux)
-Xlinker -rpath $(JAVAHOME)/jre/lib/i386/native_threads \
-ljvm -lhpi
DEFINES += -DDISABLE_JIT
endif # LINUX
ifeq ($(OS_ARCH),WINNT)
INCLUDES += -I$(JAVAHOME)/include -I$(JAVAHOME)/include/win32
EXTRA_LIBS += \
$(JAVAHOME)/lib/jvm.lib \
$(NULL)
else
endif # WINNT
ifeq (($OS_ARCH),SunOS)
INCLUDES += -I$(JAVAHOME)/include -I$(JAVAHOME)/include/solaris
DSO_LDOPTS += \
-L$(JAVAHOME)/jre/lib/sparc \
@@ -90,10 +93,8 @@ else
-R$(JAVAHOME)/jre/lib/sparc/native_threads \
-ljvm -lhpi
endif
endif
endif
# ifeq (($OS_ARCH),SunOS)
#
EXPORTS = \
nsIJavaDOM.h