6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile : Builds joytest 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\joytest
19 INC=/I$(WXDIR)\include
22 SOURCES = joytest.$(SRCSUFF)
34 nmake -f makefile.dos clean
38 joytest.exe: $(WXDIR)\src\msw\dummy.obj $(WXLIB) joytest.obj joytest.def joytest.res
40 $(WXDIR)\src\msw\dummy.obj joytest.obj,
49 joytest.obj: joytest.h joytest.$(SRCSUFF)
51 $(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
54 joytest.res : joytest.rc $(WXDIR)\include\wx\msw\wx.rc
55 rc -r /i$(WXDIR)\include joytest