50 lines
1,005 B
Plaintext
50 lines
1,005 B
Plaintext
|
!IF 0
|
||
|
|
||
|
Copyright (c) 1989-1991 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
sources.
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
This file specifies the target component being built and the list of
|
||
|
sources files needed to build that component. Also specifies optional
|
||
|
compiler switches and libraries that are unique for the component being
|
||
|
built.
|
||
|
|
||
|
|
||
|
History:
|
||
|
Created 19-Oct-95 by Shawn Brown (shawnb)
|
||
|
from template created 12-Apr-1990 by Steve Wood (stevewo)
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\public\oak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
TARGETNAME=systray
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=PROGRAM
|
||
|
|
||
|
UMTYPE=windows
|
||
|
UMENTRYABS=ModuleEntry
|
||
|
|
||
|
INCLUDES=..\dll;
|
||
|
|
||
|
BACKGROUND_USE=1
|
||
|
|
||
|
C_DEFINES=-DWIN32 -DUNICODE -DWINNT
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\gdi32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SHELL_LIB_PATH)\shell32p.lib
|
||
|
|
||
|
SOURCES= systray.c \
|
||
|
systray.rc
|
||
|
|