repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
part revert commit 56211
[AROS.git]
/
arch
/
all-mingw32
/
testboot
/
mmakefile.src
blob
4c34dea87fc30ff0e56729abc87d34b9f54fe05a
1
# $Id$
2
#
3
# Makefile to make test boot module.
4
5
include $(SRCDIR)/config/aros.cfg
6
7
FILES := testboot
8
EXEDIR := $(AROSDIR)/boot
9
10
%build_prog mmake=test-mingw32-boot \
11
progname=testboot targetdir=$(EXEDIR) \
12
files=$(FILES) \
13
usestartup=no
14
15
%common