Leaked source code of windows server 2003
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.

10 lines
455 B

  1. ;--------------------------------------------------
  2. ;MASMFLAGS definitions
  3. ;--------------------------------------------------
  4. EGA = 0001h ;Build the EGA driver.
  5. VGA = 0002h ;Build the VGA driver.
  6. SVGA = 0004h ;Build the SuperVGA driver.
  7. ROM = 0008h ;Build A ROMable driver.
  8. PENWIN = 0010h ;Build A PenWin compliant driver.
  9. PUBDEFS= 4000h ;Make symbols public.
  10. DEBUG = 8000h ;Build a debug driver.