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.

22 lines
193 B

  1. cd iolib
  2. nmake %1 %2
  3. cd ..\misclib
  4. nmake %1 %2
  5. cd ..\displib
  6. nmake %1 %2
  7. cd ..\makemast
  8. nmake %1 %2
  9. cd ..\imagpart
  10. nmake %1 %2
  11. cd ..\enduser
  12. nmake %1 %2
  13. cd ..\diskstat
  14. nmake %1 %2
  15. cd ..