# Please keep samples list up-to-date, in alphabetical order
#
all:
+ cd $(WXDIR)\samples\artprov
+ nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\bombs
nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\caret
cd $(WXDIR)\samples\resource
nmake -f makefile.dos FINAL=$(FINAL)
!if "$(NOMAKE)"==""
- cd $(WXDIR)\samples\richedit
- nmake -f makefile.dos FINAL=$(FINAL)
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos FINAL=$(FINAL)
!endif
cd $(WXDIR)\samples\resource
nmake -f makefile.dos clean
!if "$(NOMAKE)"==""
- cd $(WXDIR)\samples\richedit
- nmake -f makefile.dos clean
cd $(WXDIR)\samples\sashtest
nmake -f makefile.dos clean
!endif