6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile : Builds checklst 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\checklst
25 SOURCES = checklst.$(SRCSUFF)
26 OBJECTS = checklst.obj
32 nmake -f makefile.dos FINAL=$(FINAL)
37 nmake -f makefile.dos clean
40 checklst.exe: $(WXDIR)\src\msw\dummy.obj $(WXLIB) checklst.obj checklst.def checklst.res
42 checklst.obj $(WXDIR)\src\msw\dummy.obj,
51 checklst.obj: checklst.$(SRCSUFF)
53 $(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
56 checklst.res : checklst.rc $(WXDIR)\include\wx\msw\wx.rc
57 rc -r /i$(WXDIR)\include checklst