smock: Document how to use it without httpd
[fedora-mingw.git] / ocaml-lablgl / mingw32-ocaml-lablgl-1.03-make-fixes.patch
1 --- lablgl-1.03/Makefile.common.orig    2008-11-23 19:47:25.000000000 +0000
2 +++ lablgl-1.03/Makefile.common 2008-11-23 19:57:44.000000000 +0000
3 @@ -10,8 +10,8 @@
4  LINKER=$(CAMLC)
5  OPTLINK=$(CAMLOPT)
6  SRCDIR=$(TOPDIR)/src
7 -VAR2DEF=ocamlrun $(SRCDIR)/var2def
8 -VAR2SWITCH=ocamlrun $(SRCDIR)/var2switch
9 +VAR2DEF=ocamlrun $(SRCDIR)/var2def$(XE)
10 +VAR2SWITCH=ocamlrun $(SRCDIR)/var2switch$(XE)
11  
12  # Default settings
13  CONFIG = $(TOPDIR)/Makefile.config
14 @@ -32,7 +32,7 @@
15  # Windows specific
16  MKLIB=link /lib /nologo /debugtype:CV /out:
17  MKDLL=link /nologo /dll /out:
18 -OCAMLDLL= "$(LIBDIR)/ocamlrun$(XA)"
19 +OCAMLDLL= 
20  
21  include $(CONFIG)
22