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.

55 lines
1.0 KiB

  1. !IF 0
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. !ENDIF
  6. MAJORCOMP=profiler
  7. MINORCOMP=profiler
  8. TARGETNAME=profiler
  9. TARGETPATH=obj
  10. TARGETTYPE=PROGRAM
  11. C_DEFINES= -DWIN32 -D_WINDOWS
  12. SOURCES= \
  13. ..\profiler.c \
  14. ..\inject.c \
  15. ..\view.c \
  16. ..\except.c \
  17. ..\thread.c \
  18. ..\86dis.c \
  19. ..\dump.c \
  20. ..\shim2.c \
  21. ..\hooks.c \
  22. ..\memory.c \
  23. ..\filter.c \
  24. ..\clevel.c \
  25. ..\cap.c \
  26. INCLUDES=\
  27. $(WINDOWS_INC_PATH)
  28. #USE_MSVCRT=1
  29. USE_LIBCMT=1
  30. UMTYPE=windows
  31. UMENTRY=winmain
  32. TARGETLIBS= \
  33. $(SDK_LIB_PATH)\ntdll.lib \
  34. $(SDK_LIB_PATH)\user32.lib \
  35. $(SDK_LIB_PATH)\gdi32.lib \
  36. $(SDK_LIB_PATH)\kernel32.lib \
  37. $(SDK_LIB_PATH)\comctl32.lib \
  38. $(SDK_LIB_PATH)\psapi.lib \
  39. $(SDK_LIB_PATH)\comdlg32.lib \
  40. $(SDK_LIB_PATH)\advapi32.lib \
  41. MSC_WARNING_LEVEL=/WX /W3