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.

43 lines
953 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1991
  5. # All Rights Reserved.
  6. #
  7. # Makefile for gateway directory
  8. #
  9. #############################################################################
  10. ROOT =..\..\..
  11. DEVICEDIR = SHADOW
  12. IS_32 = TRUE
  13. IS_OEM = TRUE
  14. USEPCH = TRUE
  15. # Define the versions and the default version for VxDs
  16. # in the dos386 tree if not already defined.
  17. VERDIRLIST = maxdebug debug retail
  18. !IFNDEF DEFAULTVERDIR
  19. DEFAULTVERDIR = maxdebug
  20. !ENDIF
  21. VERSIONLIST = $(VERDIRLIST)
  22. COMMONMKFILE = $(DEVICEDIR).mk
  23. MASM6 = TRUE
  24. LIB= $(ROOT)\dev\tools\c\lib
  25. !include ..\Common.mk
  26. CFLAGS = $(CFLAGS)
  27. AFLAGS = $(AFLAGS)
  28. # If the directory doesn't build "maxdebug", define "maxdebug" as "debug".
  29. !IFDEF VERSIONLIST
  30. !IF "$(VERSIONLIST:maxdebug=)" == "$(VERSIONLIST)"
  31. maxdebug: debug
  32. !ENDIF
  33. !ENDIF # VERSIONLIST