88 lines
2 KiB
Plaintext
88 lines
2 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-1990
|
||
|
|
||
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
MAJORCOMP= ntos
|
||
|
MINORCOMP= watcher
|
||
|
|
||
|
TARGETNAME= watcher
|
||
|
TARGETPATH= obj
|
||
|
TARGETTYPE= PROGRAM
|
||
|
|
||
|
PRECOMPILED_CXX= 1
|
||
|
PRECOMPILED_INCLUDE= StdAfx.h
|
||
|
|
||
|
UMTYPE= windows
|
||
|
USE_MFCUNICODE=1
|
||
|
USE_MSVCRT=1
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\ntdll.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\setupapi.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\advpack.lib \
|
||
|
$(SDK_LIB_PATH)\netapi32.lib \
|
||
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
||
|
$(SDK_LIB_PATH)\wldap32.lib \
|
||
|
$(SDK_LIB_PATH)\wsock32.lib \
|
||
|
$(SDK_LIB_PATH)\secur32.lib \
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SDK_LIB_PATH)\mfc42ud.lib \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
||
|
$(SDK_LIB_PATH)\wbemuuid.lib \
|
||
|
$(SDK_LIB_PATH)\mfcn42ud.lib
|
||
|
|
||
|
INCLUDES= \
|
||
|
$(ADMIN_INC_PATH);\
|
||
|
..\tcsrv\inc;\
|
||
|
$(SDK_INC_PATH)\mfc42
|
||
|
|
||
|
PASS0_SOURCEDIR=$(O)
|
||
|
PASS0_HEADERDIR=$(O)
|
||
|
MIDL_UUIDDIR=$(O)
|
||
|
MIDL_TLBDIR=$(O)
|
||
|
|
||
|
SOURCES= \
|
||
|
ChildFrm.cpp \
|
||
|
watcher.cpp \
|
||
|
WatcherTelnetClient.cpp \
|
||
|
MainFrm.cpp \
|
||
|
watcherDoc.cpp \
|
||
|
watcherView.cpp \
|
||
|
ParameterDialog.cpp \
|
||
|
WatcherSocket.cpp \
|
||
|
WatcherTCClient.cpp \
|
||
|
ManageDialog.cpp \
|
||
|
WbemDcpl.idl \
|
||
|
wbemdcpl_i.c \
|
||
|
watcher.rc
|
||
|
|
||
|
MISCFILES=\
|
||
|
WatcherEvent.mof
|
||
|
|