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