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.

33 lines
616 B

  1. !IF 0
  2. ******************************************************************
  3. *
  4. * Description : Sources for Working Set Tuner dump routine
  5. * Copyright (c) 1992 Microsoft Corporation
  6. *
  7. * Module Name : wstdump.exe
  8. *
  9. * Author : RezaB
  10. *
  11. * Revision :
  12. *
  13. * Comments :
  14. *
  15. ******************************************************************
  16. !ENDIF
  17. TARGETNAME=wstdump
  18. TARGETPATH=obj
  19. TARGETTYPE=PROGRAM
  20. INCLUDES=.;.\..\wstdll
  21. SOURCES=wstdump.c wstdump.rc
  22. UMTYPE=windows
  23. UMENTRY=winmain
  24. TARGETLIBS= \
  25. $(SDK_LIB_PATH)\ntdll.lib
  26. C_DEFINES=-DWIN32 -DSTRICT
  27. USE_MSVCRT=1