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.

34 lines
961 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1992
  5. # All Rights Reserved.
  6. #
  7. # Makefile for NWSERVER device
  8. #
  9. #############################################################################
  10. ROOT = $(DEVROOT)\..
  11. DEVICE = DPLAY
  12. SRCDIR = ..
  13. IS_32 = TRUE
  14. IS_PRIVATE = TRUE
  15. IS_SDK = TRUE
  16. IS_DDK = TRUE
  17. MASM6 = TRUE
  18. WANT_MASM61 = TRUE
  19. WANT_LATEST = TRUE
  20. DEPENDNAME = ..\depend.mk
  21. TARGETS = dev
  22. PROPBINS = $(386DIR)\DPLAY.VXD $(SYMDIR)\DPLAY.sym
  23. DEBUGFLAGS = -DDEBUG -DSAFE=4
  24. #CFLAGS = -Oi
  25. CFLAGS = -DSECURITY_WIN32 -Oxs
  26. OBJS = debugext.obj debug.obj dbgprint.obj w32ioctl.obj messages.obj
  27. !include $(DEVROOT)\MASTER.MK
  28. AFLAGS= $(AFLAGS) -DWIN40COMPAT
  29. INCLUDE = $(MANROOT)\dplay\protocol;$(MANROOT)\dplobby\dplobby;$(MANROOT)\dplay\dplay;$(MANROOT)\misc;$(MANROOT)\dplay\common;$(MANROOT)\dvoice\inc;$(INCLUDE)