Index: Makefile =================================================================== --- Makefile (revision 3) +++ Makefile (working copy) @@ -1,4 +1,4 @@ -CONFIG=`ocamlc -where`/Makefile.config +CONFIG?=$(shell ocamlc -where)/Makefile.config -include Makefile.local include $(CONFIG) @@ -16,7 +16,7 @@ all: ocamlwin.exe ocamlwin.exe: $(OBJS) - $(MKEXE) -o ocamlwin.exe $(OBJS) $(LIBS) $(EXTRALIBS) -subsystem windows + $(MKEXE) -o ocamlwin.exe $(OBJS) $(LIBS) $(EXTRALIBS) -subsystem windows -link -s ocamlres.$(O): ocaml.rc ocaml.ico ifeq ($(TOOLCHAIN),msvc) Index: menu.c =================================================================== --- menu.c (revision 3) +++ menu.c (working copy) @@ -20,7 +20,7 @@ #include #include -#include +#include #include "inria.h" #include "inriares.h" #include "history.h" Index: ocaml.c =================================================================== --- ocaml.c (revision 3) +++ ocaml.c (working copy) @@ -30,7 +30,7 @@ #include #include #include -#include +#include #include "inriares.h" #include "inria.h"