windows-nt/Source/XPSP1/NT/base/boot/loader_dbg.inc

21 lines
407 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
#
# set the flags necessary to build debug enabled boot loaders
#
#
# the ; is a temporary hack to make this compile until is made
# clear how to make the ##'s not get translated into CR's
#
!IF $(IA64)
ENABLE_LOADER_DEBUG=debugport=com1;debugbaudrate=19200
!ELSE
ENABLE_LOADER_DEBUG=debugport=com1;debugbaudrate=115200
!ENDIF
#
#
#
!include $(PROJECT_ROOT)\boot\loader.inc