diff options
author | Kurt Zenker <kz@openoffice.org> | 2005-03-01 12:11:19 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2005-03-01 12:11:19 +0000 |
commit | 5be3cf384d27ce25a33151a77057c5c978093651 (patch) | |
tree | 328c7fe4f9e767fce340d00ec93851a4d1786805 /rhino | |
parent | 04ec163a45fc940e4a3be80ad6d4c6f7469499f7 (diff) |
INTEGRATION: CWS scriptingf11 (1.3.2); FILE MERGED
2005/02/07 14:06:52 toconnor 1.3.2.2: #i24599# add patch again this time using cvs add -kb
Issue number:
Submitted by:
Reviewed by:
2005/02/07 13:53:26 toconnor 1.3.2.1: #i24599# Rhino jar file should be built from source
Issue number:
Submitted by:
Reviewed by:
Diffstat (limited to 'rhino')
-rwxr-xr-x | rhino/makefile.mk | 29 |
1 files changed, 23 insertions, 6 deletions
diff --git a/rhino/makefile.mk b/rhino/makefile.mk index 5dac26484988..8e1fbc9cdfa7 100755 --- a/rhino/makefile.mk +++ b/rhino/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: obo $ $Date: 2005-01-25 15:16:22 $ +# last change: $Author: kz $ $Date: 2005-03-01 13:11:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -61,17 +61,34 @@ #************************************************************************* PRJ=. -PRJNAME=so_rhino -TARGET=so_rhino + +PRJNAME=ooo_rhino +TARGET=ooo_rhino .IF "$(SOLAR_JAVA)"!="" .IF "$(JDK)" == "gcj" all: @echo This dir cannot be build with gcj because of javax.swing.JTextArea.replaceRange .ELSE -.INCLUDE : ant.mk -ALLTAR : ANTBUILD +# --- Settings ----------------------------------------------------- + +.INCLUDE : settings.mk + +# --- Files -------------------------------------------------------- + +TARFILE_NAME=rhino15R4 +TARFILE_ROOTDIR=rhino1_5R4 +PATCH_FILE_NAME=rhino1_5R4.patch + +BUILD_ACTION=dmake $(MFLAGS) $(CALLMACROS) + +# --- Targets ------------------------------------------------------ + +.INCLUDE : set_ext.mk +.INCLUDE : target.mk +.INCLUDE : tg_ext.mk + .ENDIF .ELSE all: |