summaryrefslogtreecommitdiffstats
path: root/win32caml
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2003-08-29 14:30:15 +0000
committerXavier Leroy <xavier.leroy@inria.fr>2003-08-29 14:30:15 +0000
commitef3334a89faa04b783235dd6e3db1140d466a6d6 (patch)
treeebf45f94f2e9ece7c5347d8b8e70d8296df84bbb /win32caml
parent635ed2342be8a5c13a33d5d2659cdda395744d7b (diff)
Nettoyage
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@5812 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'win32caml')
-rw-r--r--win32caml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32caml/Makefile b/win32caml/Makefile
index af07b48bc..397448c42 100644
--- a/win32caml/Makefile
+++ b/win32caml/Makefile
@@ -31,11 +31,11 @@ ocamlwin.exe: $(OBJS)
ocamlres.$(O): ocaml.rc ocaml.ico
ifeq ($(TOOLCHAIN),msvc)
rc ocaml.rc
- cvtres /out:$@ ocaml.res
+ cvtres /nologo /machine:ix86 /out:$@ ocaml.res
rm -f ocaml.res
endif
ifeq ($(TOOLCHAIN),mingw)
- windres -i ocaml.rc -o ocamlres.o
+ windres -i ocaml.rc -o $@
endif
$(OBJS): inria.h inriares.h