3 rem $Id: clean_all.bat,v 1.3 2001/10/20 21:12:34 cwolf Exp $
4 rem Call the make clean targets in each respective modules' subdirectory
6 if ."%USENMAKE%"==."" (
7 msdev all.dsw /make "all - ALL" /clean /out clean.out
9 call build_all.bat CLEAN 2> nul