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.

67 lines
1.7 KiB

  1. !IF 0
  2. **************************************************************
  3. Sources file for building Working Set Tuner Data Collection dll.
  4. Module Name : wst.dll
  5. Author: RezaB
  6. Revision: Added BATCHING information (MarkLea)
  7. Comments:
  8. The following defines can be used to control output of all the
  9. debugging information to the debugger via KdPrint() for the checked
  10. builds:
  11. (All debugging options are undefined in wst.c for free/retail builds)
  12. #ifdef ERRORDBG : Displays all the error messages to the debugger. It
  13. has no effect on the timing. *DEFAULT*
  14. #ifdef INFODBG : Displays messages to indicate when data dumping/
  15. clearing operations are completed. It has no effect
  16. on timing. *DEFAULT*
  17. #ifdef SETUPDBG : Displays messages during memory management and
  18. symbol lookup operations. It has some affect
  19. on timing whenever a chuck of memory is committed.
  20. #ifdef DETAILDBG : Dispalys detailed data during dump operations.
  21. Sends lots of output (2 lines for each data cell)
  22. to the debugger. Should only be used for debugging
  23. data cell info.
  24. #ifdef BATCHING : Outputs batch count information to BATCH.TXT
  25. #ifdef C6 : Generate code using C6 compiler. C6 compiler
  26. calls _mcount() as the profiling routine where as
  27. C8 calls _penter().
  28. **************************************************************
  29. !ENDIF
  30. DLLBASE=0x77800000
  31. DLLENTRY=WSTMain
  32. DLLDEF=$(O)\wst.def
  33. USE_NTDLL=1
  34. TARGETNAME=wst
  35. TARGETPATH=obj
  36. TARGETTYPE=DYNLINK
  37. TARGETLIBS= \
  38. $(SDK_LIB_PATH)\kernel32.lib \
  39. $(SDK_LIB_PATH)\dbghelp.lib \
  40. $(SDK_LIB_PATH)\gdi32.lib
  41. SOURCES=wst.c wst.rc
  42. UMTYPE=windows
  43. C_DEFINES=-DWIN32
  44. ALPHA_SOURCES=alpha\wstutl.s
  45. AXP64_SOURCES=alpha\wstutl.s
  46. IA64_SOURCES=ia64\wstutl.s