Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
148 B

  1. cd Bios32
  2. nmake clean
  3. cd ..\IA-32Emb
  4. nmake clean
  5. cd ..\Nt32
  6. nmake clean
  7. cd ..\Sal64
  8. nmake clean
  9. cd ..\tools\src\
  10. del /s *.obj
  11. del /s *.idb
  12. cd ..\..