83 lines
1.7 KiB
Plaintext
83 lines
1.7 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 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.
|
|
|
|
|
|
Author:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1989
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=wlnotify
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
INCLUDES=$(INCLUDES);$(DS_INC_PATH)
|
|
|
|
TARGETLIBS= \
|
|
$(TERMSRV_LIB_PATH)\syslib.lib \
|
|
$(SDK_LIB_PATH)\kernl32p.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\rpcrt4.lib \
|
|
$(SDK_LIB_PATH)\winmm.lib \
|
|
$(SDK_LIB_PATH)\winscard.lib \
|
|
$(DS_LIB_PATH)\crypt32p.lib \
|
|
$(SDK_LIB_PATH)\userenv.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\winsta.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib\
|
|
$(SDK_LIB_PATH)\setupapi.lib\
|
|
$(SDK_LIB_PATH)\mpr.lib\
|
|
$(SDK_LIB_PATH)\shell32.lib\
|
|
$(SDK_LIB_PATH)\shlwapi.lib\
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib\
|
|
$(SHELL_LIB_PATH)\shell32p.lib\
|
|
$(SHELL_LIB_PATH)\shlwapip.lib \
|
|
|
|
LINKLIBS= \
|
|
$(COM_LIB_PATH)\senslogn.lib \
|
|
$(DS_LIB_PATH)\certprop.lib \
|
|
$(TERMSRV_LIB_PATH)\tsnotify.lib \
|
|
$(DS_LIB_PATH)\wlballoon.lib
|
|
|
|
USE_MSVCRT=1
|
|
|
|
MSC_WARNING_LEVEL=/WX /W3
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLDEF= wlnotify.def
|
|
|
|
PASS0_PUBLISH= \
|
|
{$(O)\wlnotify.h=$(DS_INC_PATH)\wlnotify.h} \
|
|
{$(O)\notifyev.h=$(DS_INC_PATH)\notifyev.h}
|
|
|
|
SOURCES= \
|
|
wlnotify.cxx \
|
|
memory.cxx \
|
|
schedlog.cxx \
|
|
wlnotify.rc
|
|
|
|
UMTYPE=console
|
|
|
|
NTTARGETFILE0=$(O)\notifyev.h
|
|
|
|
DELAYLOAD=\
|
|
winsta.dll
|
|
|
|
DLOAD_ERROR_HANDLER = kernel32
|