revert between 56095 -> 55830 in arch
[AROS.git] / arch / all-mingw32 / testboot / mmakefile.src
blob4c34dea87fc30ff0e56729abc87d34b9f54fe05a
1 #   $Id$
3 #   Makefile to make test boot module.
5 include $(SRCDIR)/config/aros.cfg
7 FILES  := testboot
8 EXEDIR := $(AROSDIR)/boot
10 %build_prog mmake=test-mingw32-boot \
11     progname=testboot targetdir=$(EXEDIR) \
12     files=$(FILES) \
13     usestartup=no
15 %common