4 # Created by D.Chubraev, chubraev@iem.ee.ethz.ch
10 !include $(WXDIR)\src\makewat.env
15 OBJS = $(name).obj doc.obj view.obj
19 $(name).exe : $(OBJS) $(name).res $(LNK) $(WXLIB)\wx$(LEVEL).lib
21 $(BINDCOMMAND) $(name).res
23 $(name).res : $(name).rc $(WXDIR)\include\msw\wx.rc
24 $(RC) $(RESFLAGS1) $(name).rc
28 @%append $(LNK) debug all
29 @%append $(LNK) system $(LINKOPTION)
30 @%append $(LNK) $(MINDATA)
31 @%append $(LNK) $(MAXDATA)
32 @%append $(LNK) $(STACK)
33 @%append $(LNK) name $(name)
34 @%append $(LNK) file $(WXLIB)\wx$(LEVEL).lib
35 @for %i in ($(EXTRALIBS)) do @%append $(LNK) file %i
36 @for %i in ($(OBJS)) do @%append $(LNK) file %i
42 -erase *.obj *.bak *.err *.pch *.lib *.lnk *.res *.exe *.rex