diff options
author | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2005-10-17 00:43:27 +0000 |
---|---|---|
committer | Jacques Garrigue <garrigue at math.nagoya-u.ac.jp> | 2005-10-17 00:43:27 +0000 |
commit | eab8310a82ecb6964f36935598917fb93402f881 (patch) | |
tree | 63969e181756758b30e78c6a1ad9cb9c927b2222 /otherlibs/labltk/browser/Makefile.nt | |
parent | b07ad206c0da7970edc4be3168c1df1017013e04 (diff) |
use -ccopt
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7133 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'otherlibs/labltk/browser/Makefile.nt')
-rw-r--r-- | otherlibs/labltk/browser/Makefile.nt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/otherlibs/labltk/browser/Makefile.nt b/otherlibs/labltk/browser/Makefile.nt index a305c3dd4..6de29fcfb 100644 --- a/otherlibs/labltk/browser/Makefile.nt +++ b/otherlibs/labltk/browser/Makefile.nt @@ -7,9 +7,9 @@ INCLUDES=$(OTHERSLIB) $(LABLTKLIB) $(OCAMLTOPLIB) CCFLAGS=-I../../../byterun $(TK_DEFS) ifeq ($(CCOMPTYPE),cc) -WINDOWS_APP=-cclib "-Wl,--subsystem,windows" +WINDOWS_APP=-ccopt "-Wl,--subsystem,windows" else -WINDOWS_APP=-cclib "/link /subsystem:windows" +WINDOWS_APP=-ccopt "/link /subsystem:windows" endif OBJS = list2.cmo useunix.cmo setpath.cmo lexical.cmo \ |