ajout de -cclib -L$(LABLTKDIR) dans les scripts

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3028 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2000-04-03 06:36:51 +00:00
parent 5aab3937e2
commit ed84ab0c2c
1 changed files with 2 additions and 2 deletions

View File

@ -37,12 +37,12 @@ labltk: Makefile $(TOPDIR)/config/Makefile
labltklink: Makefile $(TOPDIR)/config/Makefile
@echo Generate $@
@echo "#!/bin/sh" > $@
@echo 'exec ocamlc -I $(LABLTKDIR) tk41.cma "$$@"' >> $@
@echo 'exec ocamlc -I $(LABLTKDIR) -cclib -L$(LABLTKDIR) tk41.cma "$$@"' >> $@
labltkopt: Makefile $(TOPDIR)/config/Makefile
@echo Generate $@
@echo "#!/bin/sh" > $@
@echo 'exec ocamlopt -I $(LABLTKDIR) tk41.cmxa "$$@" '
@echo 'exec ocamlopt -I $(LABLTKDIR) -cclib -L$(LABLTKDIR) tk41.cmxa "$$@" ' >> $@
# All .{ml,mli} files are generated in this directory
clean :