<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- Makefile.orig	2009-03-24 20:17:20.000000000 +0100
+++ Makefile	2009-03-24 20:18:17.000000000 +0100
@@ -21,6 +21,8 @@
 OCAML_BACKEND := mingw
 endif
 
+OCAML_BACKEND := gcc
+
 OCAML_BACKEND ?= $(shell $(OCAMLC) -verbose foo.c 2&gt;&amp;1 | $(AWK) "NR==1 { print \$$2 }")
 OCAML_VERSION ?= $(shell $(OCAMLC) -version)
 
</pre></body></html>