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.

49 lines
1005 B

  1. !IF 0
  2. Copyright (c) 1989-1991 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. History:
  11. Created 19-Oct-95 by Shawn Brown (shawnb)
  12. from template created 12-Apr-1990 by Steve Wood (stevewo)
  13. NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
  14. !ENDIF
  15. TARGETNAME=systray
  16. TARGETPATH=obj
  17. TARGETTYPE=PROGRAM
  18. UMTYPE=windows
  19. UMENTRYABS=ModuleEntry
  20. INCLUDES=..\dll;
  21. BACKGROUND_USE=1
  22. C_DEFINES=-DWIN32 -DUNICODE -DWINNT
  23. TARGETLIBS= \
  24. $(SDK_LIB_PATH)\kernel32.lib \
  25. $(SDK_LIB_PATH)\gdi32.lib \
  26. $(SDK_LIB_PATH)\user32.lib \
  27. $(SDK_LIB_PATH)\advapi32.lib \
  28. $(SDK_LIB_PATH)\comctl32.lib \
  29. $(SDK_LIB_PATH)\comdlg32.lib \
  30. $(SHELL_LIB_PATH)\shell32p.lib
  31. SOURCES= systray.c \
  32. systray.rc