diff options
-rw-r--r-- | otherlibs/labltk/lib/Makefile.nt | 3 |
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 |