6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile : Builds taskbar example (DOS).
11 # Use FINAL=1 argument to nmake to build final version with no debugging
16 !include $(WXDIR)\src\makemsc.env
18 THISDIR = $(WXDIR)\samples\taskbar
25 SOURCES = tbtest.$(SRCSUFF)
32 nmake -f makefile.dos FINAL=$(FINAL)
37 nmake -f makefile.dos clean
40 tbtest.exe: $(WXDIR)\src\msw\dummy.obj $(WXLIB) tbtest.obj tbtest.def tbtest.res
42 tbtest.obj $(WXDIR)\src\msw\dummy.obj,
51 tbtest.obj: tbtest.$(SRCSUFF)
53 $(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
56 tbtest.res : tbtest.rc $(WXDIR)\include\wx\msw\wx.rc
57 rc -r /i$(WXDIR)\include tbtest