source: trunk/third/audiofile/win32/clean_all.bat @ 20220

Revision 20220, 1.0 KB checked in by ghudson, 21 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r20219, which included commits to RCS files with non-trunk default branches.
  • Property svn:executable set to *
Line 
1nmake -f sfinfo.mak CFG="sfinfo - Win32 Debug" CLEAN
2nmake -f sfinfo.mak CFG="sfinfo - Win32 Release" CLEAN
3nmake -f sfinfo.mak CFG="sfinfo - Win32 Debug using DLL" CLEAN
4nmake -f sfinfo.mak CFG="sfinfo - Win32 Release using DLL" CLEAN
5nmake -f sfconvert.mak CFG="sfconvert - Win32 Debug" CLEAN
6nmake -f sfconvert.mak CFG="sfconvert - Win32 Release" CLEAN
7nmake -f sfconvert.mak CFG="sfconvert - Win32 Debug using DLL" CLEAN
8nmake -f sfconvert.mak CFG="sfconvert - Win32 Release using DLL" CLEAN
9nmake -f staticlib.mak CFG="staticlib - Win32 Debug" CLEAN
10nmake -f staticlib.mak CFG="staticlib - Win32 Release" CLEAN
11nmake -f dynamiclib.mak CFG="dynamiclib - Win32 Debug" CLEAN
12nmake -f dynamiclib.mak CFG="dynamiclib - Win32 Release" CLEAN
13del .\lib\*.lib
14cd .\Debug
15del /q /s *.obj
16del /q /s *.sbr
17del /q /s *.dep
18del /q /s *.lib
19del /q /s *.idb
20del /q /s *.pdb
21del /q /s *.bsc
22del /q /s *.pch
23cd ..\Release
24del /q /s *.obj
25del /q /s *.sbr
26del /q /s *.dep
27del /q /s *.lib
28del /q /s *.idb
29del /q /s *.pdb
30del /q /s *.bsc
31del /q /s *.pch
Note: See TracBrowser for help on using the repository browser.