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.

20 lines
407 B

  1. #
  2. # set the flags necessary to build debug enabled boot loaders
  3. #
  4. #
  5. # the ; is a temporary hack to make this compile until is made
  6. # clear how to make the ##'s not get translated into CR's
  7. #
  8. !IF $(IA64)
  9. ENABLE_LOADER_DEBUG=debugport=com1;debugbaudrate=19200
  10. !ELSE
  11. ENABLE_LOADER_DEBUG=debugport=com1;debugbaudrate=115200
  12. !ENDIF
  13. #
  14. #
  15. #
  16. !include $(PROJECT_ROOT)\boot\loader.inc