1# =========================================================================
2#     This makefile was generated by
3#     Bakefile 0.2.9 (http://www.bakefile.org)
4#     Do not modify, all changes will be overwritten!
5# =========================================================================
6
7include ../../../build/msw/config.dmc
8
9# -------------------------------------------------------------------------
10# Do not modify the rest of this file!
11# -------------------------------------------------------------------------
12
13### Variables: ###
14
15OBJS = dmc_mswd$(CFG)
16
17### Targets: ###
18
19all : 
20
21clean : 
22	-if exist $(OBJS)\*.obj del $(OBJS)\*.obj
23	-if exist $(OBJS)\*.res del $(OBJS)\*.res
24	-if exist $(OBJS)\*.sym del $(OBJS)\*.sym
25
26