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.

36 lines
645 B

  1. @echo off
  2. if "%1" == "free" goto free_build
  3. set faxroot=%_ntdrive%%_ntroot%\private\fax
  4. set bindir=binaries
  5. title Debug FAX Build
  6. goto continue
  7. :free_build
  8. set faxroot=%_ntdrive%%_ntroot%\private\fax.fre
  9. set bindir=binaries.fre
  10. title Free FAX Build
  11. :continue
  12. set BUILD_ALT_DIR=
  13. if %PROCESSOR_ARCHITECTURE% == x86 goto i386
  14. if %PROCESSOR_ARCHITECTURE% == ALPHA goto alpha
  15. :i386
  16. set _NTTREE=%_ntdrive%\%bindir%\i386
  17. set _NT386TREE=%_ntdrive%\%bindir%\i386
  18. set _NT386BOOT=
  19. goto endit
  20. :alpha
  21. set _NTTREE=%_ntdrive%\%bindir%\alpha
  22. set _NTALPHATREE=%_ntdrive%\%bindir%\alpha
  23. set _NTALPHABOOT=
  24. goto endit
  25. :endit
  26. set _TREESUFFIX=
  27. set bindir=