4 # Created by D.Chubraev, chubraev@iem.ee.ethz.ch
10 !include $(WXDIR)\src\makewat.env
16 THISDIR = $(WXDIR)\samples\buttnbar
22 wmake -f makefile.wat all
25 $(name).exe : $(OBJS) $(name).res $(LNK) $(WXLIB)\wx$(LEVEL).lib
27 $(BINDCOMMAND) $(name).res
29 $(name).res : $(name).rc $(WXDIR)\include\msw\wx.rc
30 $(RC) $(RESFLAGS1) $(name).rc
34 @%append $(LNK) debug all
35 @%append $(LNK) system $(LINKOPTION)
36 @%append $(LNK) $(MINDATA)
37 @%append $(LNK) $(MAXDATA)
38 @%append $(LNK) $(STACK)
39 @%append $(LNK) name $(name)
40 @%append $(LNK) file $(WXLIB)\wx$(LEVEL).lib
41 @for %i in ($(EXTRALIBS)) do @%append $(LNK) file %i
42 @for %i in ($(OBJS)) do @%append $(LNK) file %i
48 -erase *.obj *.bak *.err *.pch *.lib *.lnk *.res *.exe *.rex