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.

11 lines
355 B

  1. !IF "$(ENABLE_LOADER_DEBUG)" != ""
  2. C_DEFINES=$(C_DEFINES) -DENABLE_LOADER_DEBUG="\"$(ENABLE_LOADER_DEBUG)"\"
  3. !else
  4. # Only allow MSC_OPTIMIZATION to be changed if the debugger is enabled
  5. # otherwise, no_opt razzle windows won't be able to boot (loader too big)
  6. MSC_OPTIMIZATION=$(DEFAULT_MSC_OPT)
  7. !ENDIF
  8. C_DEFINES=$(C_DEFINES) -D_NTSYSTEM_
  9. VC7_SYMBOLS=1