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.
14 lines
433 B
14 lines
433 B
!IF "$(ENABLE_LOADER_DEBUG)" != ""
|
|
C_DEFINES=$(C_DEFINES) -DENABLE_LOADER_DEBUG="\"$(ENABLE_LOADER_DEBUG)"\"
|
|
!else
|
|
# Only allow MSC_OPTIMIZATION to be changed if the debugger is enabled
|
|
# otherwise, no_opt razzle windows won't be able to boot (loader too big)
|
|
MSC_OPTIMIZATION=$(DEFAULT_MSC_OPT)
|
|
!ENDIF
|
|
|
|
C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
|
|
|
|
VC7_SYMBOLS=1
|
|
|
|
# No overflow checking for the loader
|
|
BUFFER_OVERFLOW_CHECKS=0
|