diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-10-29 18:45:35 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2009-10-29 18:45:35 +0100 |
commit | 0a7f9346503a557f583bced269655fa1996550af (patch) | |
tree | 6f7936d29949934cdefc63dece756547dc020201 /rhino/makefile.mk | |
parent | 2c4f374fdc256aba8094558e7d55d4585414be88 (diff) |
ause109: #i106296# make build.xml aware of TARFILE_LOCATION
Diffstat (limited to 'rhino/makefile.mk')
-rwxr-xr-x | rhino/makefile.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rhino/makefile.mk b/rhino/makefile.mk index 24517b6dafd7..0809007ea7b4 100755 --- a/rhino/makefile.mk +++ b/rhino/makefile.mk @@ -48,7 +48,8 @@ TARFILE_ROOTDIR=rhino1_5R5 ADDITIONAL_FILES= \ toolsrc/org/mozilla/javascript/tools/debugger/OfficeScriptInfo.java -PATCH_FILES=rhino1_5R5.patch +PATCH_FILES=rhino1_5R5.patch \ + rhino1_5R5-find_swing.patch .IF "$(JAVACISGCJ)"=="yes" JAVA_HOME= |