Source code of Windows XP (NT5)
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.

28 lines
660 B

  1. ##########################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1996
  5. # All Rights Reserved.
  6. #
  7. ##########################################################################
  8. !ifdef NTMAKEENV
  9. #
  10. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  11. #
  12. !INCLUDE $(NTMAKEENV)\makefile.def
  13. !else # NTMAKEENV
  14. ROOT = ..\..\..
  15. MSDEVMK = folder.mak
  16. CFG_RETAIL = "folder - Win32 Release"
  17. CFG_DEBUG = "folder - Win32 Debug"
  18. !include $(ROOT)\dev\vcwrap.mk
  19. INCLUDE = ..\..\inc;$(INCLUDE);$(ROOT)\dev\inc;$(ROOT)\dev\msdev\include
  20. !endif