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