mirror of https://github.com/lianthony/NT4.0
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.
61 lines
1.3 KiB
61 lines
1.3 KiB
!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
|
|
|
|
MAJORCOMP=shell
|
|
MINORCOMP=systray
|
|
|
|
TARGETNAME=systray
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=windows
|
|
UMENTRYABS=ModuleEntry
|
|
|
|
BACKGROUND_USE=1
|
|
|
|
#
|
|
# Retail only
|
|
#
|
|
|
|
C_DEFINES=-DWIN32 -DUNICODE -DWINNT
|
|
|
|
#
|
|
# Debug only
|
|
#
|
|
|
|
#C_DEFINES=-DWIN32 -DUNICODE -DDEBUG -DWINNT
|
|
|
|
TARGETLIBS= $(_NTBINDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\gdi32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\user32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\comctl32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\comdlg32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\shell32.lib \
|
|
$(_NTBINDIR)\public\sdk\lib\*\winmm.lib
|
|
|
|
SOURCES= pccard.c \
|
|
power.c \
|
|
systray.c \
|
|
volume.c \
|
|
systray.rc
|