100 lines
2.2 KiB
Plaintext
100 lines
2.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= imirror
|
||
|
MINORCOMP= adminui
|
||
|
|
||
|
TARGETNAME= imadmui
|
||
|
TARGETPATH= obj
|
||
|
TARGETTYPE= DYNLINK
|
||
|
|
||
|
USE_NOLIBS= 1
|
||
|
|
||
|
DLLENTRY = DllMain
|
||
|
|
||
|
PRECOMPILED_CXX= 1
|
||
|
PRECOMPILED_INCLUDE= pch.h
|
||
|
|
||
|
UMTYPE= windows
|
||
|
UMENTRY= ModuleEntry
|
||
|
UMENTRYABS= ModuleEntry
|
||
|
|
||
|
TARGETLIBS= \
|
||
|
$(SDK_LIB_PATH)\ntdll.lib \
|
||
|
$(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\comctl32.lib \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib \
|
||
|
$(SDK_LIB_PATH)\activeds.lib \
|
||
|
$(SDK_LIB_PATH)\adsiid.lib \
|
||
|
$(SDK_LIB_PATH)\dsuiext.lib \
|
||
|
$(SDK_LIB_PATH)\wldap32.lib \
|
||
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
||
|
$(SDK_LIB_PATH)\netapi32.lib \
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SDK_LIB_PATH)\dsprop.lib \
|
||
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
||
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
||
|
$(SDK_LIB_PATH)\ws2_32.lib
|
||
|
|
||
|
INCLUDES= \
|
||
|
$(SDK_INC_PATH)\mfc42;\
|
||
|
$(DS_INC_PATH);\
|
||
|
$(NET_INC_PATH)
|
||
|
|
||
|
SOURCES= \
|
||
|
addwiz.cpp \
|
||
|
ccomputr.cpp \
|
||
|
cenumsif.cpp \
|
||
|
cfactory.cpp \
|
||
|
cgroup.cpp \
|
||
|
client.cpp \
|
||
|
cservice.cpp \
|
||
|
dpguidqy.cpp \
|
||
|
debug.cpp \
|
||
|
dll.cpp \
|
||
|
groups.cpp \
|
||
|
guids.cpp \
|
||
|
hostdlg.cpp \
|
||
|
imos.cpp \
|
||
|
mangdlg.cpp \
|
||
|
newclnts.cpp \
|
||
|
newcmptr.cpp \
|
||
|
qi.cpp \
|
||
|
querypb.cpp \
|
||
|
register.cpp \
|
||
|
server.cpp \
|
||
|
serverqy.cpp \
|
||
|
sifprop.cpp \
|
||
|
tools.cpp \
|
||
|
utils.cpp \
|
||
|
varconv.cpp \
|
||
|
resource.rc
|
||
|
|
||
|
NTTARGETFILE0=
|