summaryrefslogtreecommitdiffstats
path: root/otherlibs/labltk
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-04-14 06:50:55 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2000-04-14 06:50:55 +0000
commit44268d96d92fe932b2d20cba7fa5c29e1b769edb (patch)
tree6252d46f3cde8883c4bc9748694b4776be81d6f4 /otherlibs/labltk
parent276af94f3d9b320dbd15eb729de7b25768e70a1b (diff)
pas de -L sur NT
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3082 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk')
-rw-r--r--otherlibs/labltk/lib/Makefile.nt3
1 files changed, 1 insertions, 2 deletions
diff --git a/otherlibs/labltk/lib/Makefile.nt b/otherlibs/labltk/lib/Makefile.nt
index cc9f453a6..b22672cc1 100644
--- a/otherlibs/labltk/lib/Makefile.nt
+++ b/otherlibs/labltk/lib/Makefile.nt
@@ -28,8 +28,7 @@ labltk.cmxa : $(SUPPORTX) $(WIDGETOBJSX) tk.cmx
labltk : $(TOPDEPS) $(WIDGETOBJS) $(SUPPORT)
$(LABLC) -custom -linkall -o $@ -I ../support $(TKLINKOPT) \
-I $(TOPDIR)/toplevel toplevellib.cma labltk.cma \
- -I $(OTHERS)/win32unix -ccopt -L$(OTHERS)/unix unix.cma \
- -I $(OTHERS)/str -ccopt -L$(OTHERS)/str str.cma \
+ -I $(OTHERS)/win32unix unix.cma -I $(OTHERS)/str str.cma \
topmain.cmo
# All .{ml,mli} files are generated in this directory