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.

62 lines
1.3 KiB

  1. !IF 0
  2. Copyright (c) 1989-2002 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. TARGETNAME=windbg
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. SOURCES= \
  10. windbg.rc \
  11. arrange.cpp \
  12. callswin.cpp \
  13. cmdwin.cpp \
  14. cmnwin.cpp \
  15. cwcreate.cpp \
  16. docwin.cpp \
  17. dualwin.cpp \
  18. engine.cpp \
  19. format.cpp \
  20. memopts.cpp \
  21. memwin.cpp \
  22. menu.cpp \
  23. miscdbg.cpp \
  24. prcdlg.cpp \
  25. prcmain.cpp \
  26. statebuf.cpp \
  27. status.cpp \
  28. toolbar.cpp \
  29. util.cpp \
  30. windbg.cpp \
  31. wrkspace.cpp
  32. USE_MSVCRT = 1
  33. UMTYPE=windows
  34. NO_NTDLL = 1
  35. UMLIBS= $(SDK_LIB_PATH)\dbgeng.lib \
  36. $(SDK_LIB_PATH)\dbghelp.lib \
  37. $(SDK_LIB_PATH)\ole32.lib \
  38. $(SDK_LIB_PATH)\shell32.lib \
  39. $(SDK_LIB_PATH)\comdlg32.lib \
  40. $(SDK_LIB_PATH)\uuid.lib \
  41. $(SDK_LIB_PATH)\comctl32.lib \
  42. $(SDK_LIB_PATH)\htmlhelp.lib \
  43. $(SDK_LIB_PATH)\version.lib \
  44. $(SDK_LIB_PATH)\mpr.lib \
  45. $(DEBUGGER_LIBS)\*\dbglib.lib
  46. NTTARGETFILES=
  47. NTKEEPRESOURCETMPFILES=1
  48. INCLUDES=..\dbg-common
  49. PRECOMPILED_INCLUDE=precomp.hxx
  50. PRECOMPILED_PCH=precomp.pch
  51. PRECOMPILED_OBJ=precomp.obj