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.

53 lines
889 B

  1. !IF 0
  2. Copyright (c) 1989-1999 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=exts
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. DLLENTRY=_DllMainCRTStartup
  10. PRECOMPILED_INCLUDE=precomp.h
  11. PRECOMPILED_PCH=precomp.pch
  12. PRECOMPILED_OBJ=precomp.obj
  13. MSC_WARNING_LEVEL=/W3 /WX
  14. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  15. $(SDK_LIB_PATH)\dbgeng.lib
  16. USE_MSVCRT=1
  17. UMTYPE=windows
  18. # ICF doesn't do any good for this image. Turn it off.
  19. LINKER_NOICF=1
  20. INCLUDES = ..\..\dbg-common
  21. SOURCES= atom.c \
  22. critsect.c \
  23. dlls.cpp \
  24. exts.cpp \
  25. gflagext.c \
  26. heap.c \
  27. help.c \
  28. heapleak.c \
  29. heapfind.c \
  30. heappagx.c \
  31. image.c \
  32. kuser.c \
  33. peb.c \
  34. psr.c \
  35. sddump.c \
  36. util.c \
  37. verifier.c \
  38. exts.rc