Sys.Signals module for a Variant type of signals (and a set_signal function that...
[ocaml.git] / build / boot-c-parts-windows.sh
blob45193d338ee4e89526dde38f12b8bb038ff0e33c
1 #!/bin/sh
2 # $Id$
3 cd `dirname $0`/..
4 set -ex
6 . config/config.sh
8 (cd byterun && make -f Makefile.nt)
9 (cd asmrun && make -f Makefile.nt all meta.$O dynlink.$O)
10 (cd yacc && make -f Makefile.nt)
11 (cd win32caml && make)
13 mkdir -p _build/boot
14 cp -f byterun/ocamlrun.exe \
15 byterun/libcamlrun.$A \
16 byterun/ocamlrun.dll \
17 asmrun/libasmrun.$A \
18 yacc/ocamlyacc.exe \
19 boot/ocamlc \
20 boot/ocamllex \
21 boot/ocamldep \
22 _build/boot
23 mkdir -p _build/byterun
24 cp -f byterun/ocamlrun.exe byterun/ocamlrun.dll boot
25 cp -f byterun/ocamlrun.$A _build/byterun