6 # Copyright: (c) 1993, AIAI, University of Edinburgh
10 # Makefile : Builds resource example (DOS).
11 # Use FINAL=1 argument to nmake to build final version with no debugging
14 # Set WXDIR for your system
17 !include $(WXDIR)\src\makemsc.env
19 THISDIR = $(WXDIR)\samples\resource
20 WXLIB = $(WXDIR)\lib\wx.lib
21 LIBS=$(WXLIB) oldnames libw llibcew commdlg ddeml shell mmsystem
22 INC=-I$(WXDIR)\include\base -I$(WXDIR)\include\msw
23 DUMMY=$(WXDIR)\src\msw\dummy.obj
25 # Set this to nothing if using MS C++ 7
32 PRECOMP = /YuWX_PREC.H /Fp$(WXDIR)\src\msw\wx.pch
35 CPPFLAGS=/AL /W3 /Zi $(ZOPTION) /G2sw /Od $(INC) $(PRECOMP) /Dwx_msw
36 LINKFLAGS=/NOD /CO /ONERROR:NOEXE /SEG:256
38 CPPFLAGS=/AL /W3 /G2sw $(INC) /Ox $(PRECOMP) /Dwx_msw
39 LINKFLAGS=/NOD /ONERROR:NOEXE /SEG:256
43 SOURCES = resource.$(SRCSUFF)
44 OBJECTS = resource.obj
46 resource: resource.exe
52 nmake -f makefile.dos FINAL=$(FINAL)
57 nmake -f makefile.dos clean
61 resource.exe: $(DUMMY) $(WXLIB) resource.obj resource.def resource.res
63 $(DUMMY) resource.obj,
70 rc -31 -K resource.res
72 resource.obj: resource.h resource.$(SRCSUFF) dialog1.wxr $(DUMMY)
74 $(CPPFLAGS) /c /Tp $*.$(SRCSUFF)
77 resource.res : resource.rc $(WXDIR)\include\msw\wx.rc
78 rc -r /i$(WXDIR)\include\msw /i$(WXDIR)\contrib\fafa resource