summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-07-26 02:04:13 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2002-07-26 02:04:13 +0000
commite3b65fd008faa42f6ff2b133bc2367f6eb4e9404 (patch)
tree50cc11e39c2df10be59f6b7a4607e690c0ac26f2
parentefc56d8b1c5b08b2685aac095decc658ed69da16 (diff)
downloadocaml-e3b65fd008faa42f6ff2b133bc2367f6eb4e9404.tar.gz
don't use DLLPATH
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5046 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rw-r--r--otherlibs/labltk/browser/Makefile1
-rw-r--r--otherlibs/labltk/support/Makefile.common1
2 files changed, 0 insertions, 2 deletions
diff --git a/otherlibs/labltk/browser/Makefile b/otherlibs/labltk/browser/Makefile
index 838ea57b99..62f2d531b6 100644
--- a/otherlibs/labltk/browser/Makefile
+++ b/otherlibs/labltk/browser/Makefile
@@ -30,7 +30,6 @@ all: ocamlbrowser$(EXE)
ocamlbrowser$(EXE): $(TOPDIR)/toplevel/toplevellib.cma jglib.cma $(OBJ) \
../support/lib$(LIBNAME).a
$(CAMLC) -o ocamlbrowser$(EXE) $(INCLUDES) \
- $(DLLPATH) \
$(TOPDIR)/toplevel/toplevellib.cma \
unix.cma str.cma $(LIBNAME).cma jglib.cma $(OBJ)
diff --git a/otherlibs/labltk/support/Makefile.common b/otherlibs/labltk/support/Makefile.common
index 33c605da4e..8745fee80b 100644
--- a/otherlibs/labltk/support/Makefile.common
+++ b/otherlibs/labltk/support/Makefile.common
@@ -22,6 +22,5 @@ CAMLLIBR=$(CAMLC) -a
CAMLDEP=$(CAMLRUN) $(TOPDIR)/tools/ocamldep
COMPFLAGS=
LINKFLAGS=
-DLLPATH=`if $(SUPPORTS_SHARED_LIBRARIES); then echo -dllpath $(INSTALLDIR); fi`
CAMLOPTLIBR=$(CAMLOPT) -a
MKLIB=$(CAMLRUN) $(TOPDIR)/tools/ocamlmklib