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.

64 lines
1.3 KiB

  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. !ENDIF
  14. TARGETNAME=setedit
  15. TARGETPATH=obj
  16. TARGETTYPE=PROGRAM
  17. # uiexport is in netinc
  18. INCLUDES=$(NET_INC_PATH)
  19. MSC_WARNING_LEVEL=/W3 /WX
  20. TARGETLIBS=$(SDK_LIB_PATH)\comdlg32.lib \
  21. $(SDK_LIB_PATH)\comctl32.lib \
  22. $(SDK_LIB_PATH)\shell32.lib
  23. C_DEFINES= -DSECURITY -DWIN32 -DSTRICT -DUNICODE=1 -DKEEP_QUERY -DKEEP_UTIL
  24. SOURCES= \
  25. addline.c \
  26. command.c \
  27. counters.c \
  28. dialogs.c \
  29. fileopen.c \
  30. fileutil.c \
  31. grafdata.c \
  32. graph.c \
  33. init.c \
  34. legend.c \
  35. line.c \
  36. memory.c \
  37. perfdata.c \
  38. perfmops.c \
  39. registry.c \
  40. setedit.c \
  41. setedit.rc \
  42. status.c \
  43. system.c \
  44. toolbar.c \
  45. utils.c
  46. UMTYPE=windows
  47. UMENTRY=winmain
  48. USE_MSVCRT=1