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.

33 lines
713 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1992-1997
  5. # All Rights Reserved.
  6. #
  7. # makefile for INFO
  8. #
  9. #############################################################################
  10. # Paths are relative to the directory containing this file.
  11. !IFDEF WIN95_BUILD
  12. # Root of the SLM tree (i.e. the directory containing the DEV project).
  13. !IFNDEF ROOT
  14. ROOT = ..\..\..\..\..\..
  15. !ENDIF
  16. DEFAULTVERDIR = retail
  17. VERSIONLIST = retail debug
  18. IS_32 = TRUE
  19. COMMONMKFILE = makefile.mk
  20. !include $(ROOT)\DEV\MASTER.MK
  21. !ELSE
  22. !include $(NTMAKEENV)\makefile.def
  23. !ENDIF