fix paths.
[AROS.git] / developer / debug / windebug / mmakefile.src
blob173702ad07b98bb068683259ef60cca2ee1e7f39
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 #MM- debug-tools : debug-tools-windebug
12 #MM debug-tools-windebug : includes linklibs
14 %build_prog mmake=debug-tools-windebug \
15     progname=WinDebug targetdir=$(AROS_DEBUG) \
16     files=windebug
18 %common