diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-09-06 05:37:27 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2001-09-06 05:37:27 +0000 |
commit | bc8ff705be9af2f5883b640b1c9e285f380d5f70 (patch) | |
tree | 54def9dd397343538c679c7e49a7300cdf312d3d | |
parent | c0909c92e7eb7ccee1b93f6cd80626597a9cc962 (diff) |
-dllpath for labltktop
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3694 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r-- | otherlibs/labltk/lib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/otherlibs/labltk/lib/Makefile b/otherlibs/labltk/lib/Makefile index 81470604d..11df8a47e 100644 --- a/otherlibs/labltk/lib/Makefile +++ b/otherlibs/labltk/lib/Makefile @@ -32,6 +32,7 @@ labltktop$(EXE) : $(TOPDEPS) $(WIDGETOBJS) $(SUPPORT) ../support/liblabltk41.a -I $(TOPDIR)/toplevel toplevellib.cma labltk.cma \ -I $(OTHERS)/unix unix.cma \ -I $(OTHERS)/str str.cma \ + -dllpath $(LABLTKDIR) \ topmain.cmo labltk: Makefile $(TOPDIR)/config/Makefile |