grub2: bring back build of aros-side grub2 tools
[AROS.git] / workbench / tools / debug / windebug / mmakefile.src
blobaf03d120b6d2fa1c5290c9ccc05e85902ed13d02
1 #   $Id$
3 #   Makefile for WinDebug.
5 include $(SRCDIR)/config/aros.cfg
7 NOWARN_FLAGS := $(NOWARN_FORMAT) $(NOWARN_ATTRIBUTES)
8 USER_CFLAGS := $(NOWARN_FLAGS) \
9         -DADATE="\"$(shell date "+%d.%m.%Y")\""
11 %build_prog mmake=workbench-tools \
12     progname=WinDebug targetdir=$(AROSDIR)/Tools/Debug \
13     files=windebug
15 %common