Makefile.in 402 B

1234567891011121314151617181920212223242526272829
  1. MODULE = taskmgr.exe
  2. IMPORTS = shell32 shlwapi comctl32 user32 gdi32 advapi32
  3. EXTRADLLFLAGS = -mwindows
  4. C_SRCS = \
  5. about.c \
  6. affinity.c \
  7. applpage.c \
  8. column.c \
  9. dbgchnl.c \
  10. debug.c \
  11. endproc.c \
  12. graph.c \
  13. graphctl.c \
  14. optnmenu.c \
  15. perfdata.c \
  16. perfpage.c \
  17. priority.c \
  18. proclist.c \
  19. procpage.c \
  20. run.c \
  21. taskmgr.c \
  22. trayicon.c
  23. RC_SRCS = taskmgr.rc
  24. SVG_SRCS = \
  25. taskmgr.svg