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.

57 lines
1.0 KiB

  1. ##########################################################################
  2. #
  3. # Copyright (C) Microsoft Corporation 1994
  4. # All Rights Reserved.
  5. #
  6. ##########################################################################
  7. !ifdef NTMAKEENV
  8. #
  9. # Build using BUILD.EXE (Do not edit this section of this file, edit SOURCES)
  10. #
  11. !INCLUDE $(NTMAKEENV)\makefile.def
  12. !else # NTMAKEENV
  13. #
  14. # Build using NMAKE.EXE
  15. #
  16. NAME=shscrap
  17. ROOT=..\..\..\..
  18. RES_DIR=..
  19. WIN32=TRUE
  20. OLENOT=TRUE
  21. PRIVINC=shole
  22. DEFNAME=shole.def
  23. !ifdef VERDIR
  24. ROOT=..\$(ROOT)
  25. !endif
  26. RESNAME=shole.res
  27. RCNAME=shole.rc
  28. RCVNAME=shole.rcv
  29. #DEFNAME=shole.def
  30. FORCE_CPP=-Tp
  31. DLLENTRY = LibMain
  32. PCHOBJ0=shole.obj debug.obj scdata.obj sccls.obj sccreate.obj
  33. LIB0 = kernel32.lib user32.lib gdi32.lib mpr.lib ole32.lib uuid.lib \
  34. shell32.lib comdlg32.lib advapi32.lib crtdll.lib comctl32.lib libcmt.lib
  35. BUILDDLL=TRUE
  36. !include $(ROOT)\win\core\shell\common.mk
  37. !ifdef VERDIR
  38. $(PRIVINC).pch: $(ROOT)\dev\inc\shlobj.h
  39. shole.res:
  40. !endif
  41. !endif # NTMAKEENV