+ cd $(WXDIR)\samples\sashtest
+ nmake -f makefile.dos FINAL=$(FINAL)
+!endif
+ cd $(WXDIR)\samples\scroll
+ nmake -f makefile.dos FINAL=$(FINAL)
+ cd $(WXDIR)\samples\splitter
+ nmake -f makefile.dos FINAL=$(FINAL)
+!if "$(COMPIL)"==""
+ cd $(WXDIR)\samples\tab
+ nmake -f makefile.dos FINAL=$(FINAL)
+ cd $(WXDIR)\samples\taskbar
+ nmake -f makefile.dos FINAL=$(FINAL)
+!endif
+ cd $(WXDIR)\samples\text
+ nmake -f makefile.dos FINAL=$(FINAL)
+!if "$(ONLY32)"==""
+ cd $(WXDIR)\samples\thread
+ nmake -f makefile.dos FINAL=$(FINAL)
+!endif
+ cd $(WXDIR)\samples\toolbar
+ nmake -f makefile.dos FINAL=$(FINAL)
+ cd $(WXDIR)\samples\treectrl
+ nmake -f makefile.dos FINAL=$(FINAL)
+!if "$(COMPIL)"==""