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