VS2008 project files.
[xiph/unicode.git] / win32sdk / clean_all.bat
blob8c958283ae0bdfdc9ae361551f941a28ccf25613
1 @echo off
2 rem
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
5 rem
6 if ."%USENMAKE%"==."" (
7   msdev all.dsw /make "all - ALL" /clean /out clean.out
8 ) else (
9   call build_all.bat CLEAN 2> nul