Skip to content

Commit

Permalink
release 8.06.11
Browse files Browse the repository at this point in the history
  • Loading branch information
garrigue committed Sep 17, 2021
1 parent 2cbb92a commit 0989009
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2021-09-17:
-----------
* Release labltk-8.06.11 for ocaml 4.13
* Disable -warn-error for users, add all-devel target for developers
* Add ommitted labels
* Update ocamlbrowser for ocaml 4.13

Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

PREREQUISITES

* OCaml (>= 4.08) should be installed (4.12 for ocamlbrowse)
* OCaml (>= 4.08) should be installed (4.13 for ocamlbrowser)

* Tcl/Tk (>= 8.03) should be installed

Expand Down
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,11 @@
SUBDIRS=compiler support lib jpf frx examples_labltk \
examples_camltk browser
SUBDIRS_GENERATED=camltk labltk
WARNERR=-warn-error A-3
include config/Makefile

all-devel:
$(MAKE) all opt WARNERR="$(WARNERR)"
all: library
cd browser; $(MAKE)
opt: libraryopt
Expand Down
4 changes: 2 additions & 2 deletions support/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ include ../config/Makefile

CAMLRUN=$(BINDIR)/ocamlrun
CAMLC=$(BINDIR)/ocamlc$(OPT)
CAMLOPT=$(BINDIR)/ocamlopt$(OPT)
CAMLOPT=$(BINDIR)/ocamlopt$(OPT) $(WARNERR)
CAMLCB=$(BINDIR)/ocamlc
CAMLOPTB=$(BINDIR)/ocamlopt
CAMLCOMP=$(CAMLC) -c -warn-error A-3
CAMLCOMP=$(CAMLC) -c $(WARNERR)
CAMLYACC=$(BINDIR)/ocamlyacc -v
CAMLLEX=$(BINDIR)/ocamllex
CAMLLIBR=$(CAMLC) -a
Expand Down

0 comments on commit 0989009

Please sign in to comment.