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.

33 lines
610 B

  1. #############################################################################
  2. #
  3. # Microsoft Confidential
  4. # Copyright (C) Microsoft Corporation 1995-1996
  5. # All Rights Reserved.
  6. #
  7. # Makefile for TWEAKUI
  8. #
  9. #############################################################################
  10. !ifdef NTMAKEENV
  11. !INCLUDE $(NTMAKEENV)\makefile.def
  12. !else
  13. # We must be Win95-compatible
  14. BLDPROJ=OPK2
  15. !IFDEF BLDROOT
  16. ROOT=$(BLDROOT)
  17. !else
  18. ROOT=c:\win32
  19. !endif
  20. VERSIONLIST = retail debug
  21. IS_32 = TRUE
  22. IS_SDK = TRUE
  23. IS_PRIVATE = TRUE # IShellView is internal
  24. COMMONMKFILE = TWEAKUI.MK
  25. !include $(ROOT)\dev\master.mk
  26. !endif