Windows NT 4.0 source code leak
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.

105 lines
2.2 KiB

4 years ago
  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. //INCLUDES=$(BASEDIR)\public\sdk\inc;$(BASEDIR)\private\ntos\inc
  14. !ENDIF
  15. MAJORCOMP=utils
  16. MINORCOMP=perfmon
  17. TARGETNAME=perfmon
  18. TARGETPATH=obj
  19. TARGETTYPE=LIBRARY
  20. TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
  21. $(BASEDIR)\public\sdk\lib\*\comctl32.lib \
  22. $(BASEDIR)\public\sdk\lib\*\shell32.lib
  23. !IF 0
  24. TARGETLIBS=
  25. !ENDIF
  26. INCLUDES=$(BASEDIR)\private\inc
  27. !IF 0
  28. C_DEFINES=-DUNICODE=1 -D_UNICODE=1 -DSECURITY
  29. !ELSE
  30. C_DEFINES= -DSECURITY -DWIN32 -DSTRICT -DUNICODE=1 -D_UNICODE=1 -DADVANCED_PERFMON -DWINVER=0x0400
  31. !ENDIF
  32. NTTARGETFILE0=perfc009.dat perfh009.dat perfmsg.h perfmsg.rc msg00001.bin
  33. SOURCES=addline.c \
  34. addlog.c \
  35. alert.c \
  36. bookmark.c \
  37. command.c \
  38. counters.c \
  39. datasrc.c \
  40. dialogs.c \
  41. fileopen.c \
  42. fileutil.c \
  43. grafdata.c \
  44. grafdisp.c \
  45. graph.c \
  46. init.c \
  47. intrline.c \
  48. legend.c \
  49. line.c \
  50. log.c \
  51. logoptns.c \
  52. perfdata.c \
  53. perfmon.c \
  54. perfmops.c \
  55. playback.c \
  56. registry.c \
  57. report.c \
  58. rptfct.c \
  59. rptoptns.c \
  60. status.c \
  61. system.c \
  62. timefrm.c \
  63. timeline.c \
  64. toolbar.c \
  65. utils.c \
  66. valuebar.c \
  67. export.c \
  68. chosecom.c \
  69. perfmon.rc
  70. UMTYPE=windows
  71. UMENTRY=winmain
  72. UMAPPL=perfmon
  73. USE_CRTDLL=yes
  74. EXEPROFILEINPUT=yes
  75. UMLIBS=$(BASEDIR)\public\sdk\lib\*\comdlg32.lib \
  76. $(BASEDIR)\public\sdk\lib\*\shell32.lib \
  77. $(BASEDIR)\public\sdk\lib\*\comctl32.lib \
  78. $(BASEDIR)\public\sdk\lib\*\ntdll.lib \
  79. obj\*\perfmon.lib \
  80. obj\*\perfmon.res
  81. 
  82.