From 6f3bab8359e1cadad73587e466c5f1d475b5e891 Mon Sep 17 00:00:00 2001 From: Xavier Leroy Date: Tue, 3 Oct 2006 11:53:57 +0000 Subject: [PATCH] Utilisation MKEXE git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@7672 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02 --- win32caml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32caml/Makefile b/win32caml/Makefile index 210a5d973..31bd426e6 100644 --- a/win32caml/Makefile +++ b/win32caml/Makefile @@ -27,7 +27,7 @@ LIBS=$(call SYSLIB,kernel32) $(call SYSLIB,advapi32) $(call SYSLIB,gdi32) \ all: ocamlwin.exe ocamlwin.exe: $(OBJS) - $(CC) $(CFLAGS) $(call OUTPUTEXE,ocamlwin.exe) $(OBJS) $(LIBS) $(EXTRALIBS) + $(call MKEXE,ocamlwin.exe,$(OBJS) $(LIBS) $(EXTRALIBS)) ocamlres.$(O): ocaml.rc ocaml.ico ifeq ($(TOOLCHAIN),msvc)