5 !include $(WXDIR)\src\makewat.env
8 LIBTARGET = ..\lib\wxtree.lib
9 IFLAGS = -i=$(WXINC) -i=$(WXBASEINC)
17 all: $(OBJECTS) $(LIBTARGET)
19 $(LIBTARGET): $(OBJECTS)
20 *wlib /b /c /n /P=256 $(LIBTARGET) $(OBJECTS)
24 test.obj: test.$(SRCSUFF) test.h wxtree.h
26 test.exe : $(TESTOBJECTS) test.res $(LNK) $(LIBTARGET) $(WXLIB)\wx$(LEVEL).lib
28 $(BINDCOMMAND) test.res
30 test.res : test.rc $(WXDIR)\include\msw\wx.rc
31 $(RC) $(RESFLAGS1) test.rc
35 @%append $(LNK) debug all
36 @%append $(LNK) system $(LINKOPTION)
37 @%append $(LNK) $(MINDATA)
38 @%append $(LNK) $(MAXDATA)
39 @%append $(LNK) $(STACK)
40 @%append $(LNK) name test
41 @%append $(LNK) file $(WXLIB)\wx$(LEVEL).lib
42 @%append $(LNK) file $(LIBTARGET)
43 @for %i in ($(EXTRALIBS)) do @%append $(LNK) file %i
44 @for %i in ($(TESTOBJECTS)) do @%append $(LNK) file %i
47 -erase $(LIBTARGET) *.obj *.bak *.err *.pch *.lib *.lbc *.res *.exe