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.

15 lines
221 B

  1. ROOT = ..\..
  2. IS_32 = TRUE
  3. IS_OEM = TRUE
  4. MASM6 = TRUE
  5. NODEBUG = 1
  6. DEVICE = sage
  7. DYNAMIC = TRUE
  8. AFLAGS = $(AFLAGS) -DWIN40COMPAT
  9. TARGETS = sage.vxd sage.sym
  10. OBJS = sage.obj
  11. !include $(ROOT)\dev\master.mk