Leaked source code of windows server 2003
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
177 B

  1. !ifdef NOLINK
  2. makeset:
  3. rem
  4. !else
  5. makeset: buildsetup
  6. buildsetup:
  7. @echo **** Running MAKESET to collect files for Setup ****
  8. cmd /x /c makeset
  9. !endif