3 # Author: David Webster
6 # Copyright: (c) David Webster
8 # Makefile environment for building samples. Include this from
10 # Use FINAL=1 argument to nmake to build final version with no debugging
17 nmake -f makefile.va FINAL=$(FINAL)
22 nmake -f makefile.va clean
25 $(PROGRAM).exe: $(DUMMYOBJ) $(WXLIB) $(OBJECTS) $(PROGRAM).res
26 @echo " Link::Linker "
28 /B" $(LINKFLAGS)" /Fe$@
33 $(RC) $(PROGRAM).res $(PROGRAM).exe
35 $(PROGRAM).res : $(PROGRAM).rcO $(WXDIR)\include\wx\os2\wx.rc
36 $(RC) -I $(WXDIR)\include -D __VISAGECPP__ -r $(PROGRAM).rcO $(PROGRAM).res