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.
100 lines
2.3 KiB
100 lines
2.3 KiB
!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
|
|
USE_VCCOM=1
|
|
USE_MSVCRT=1
|
|
|
|
C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
DLLENTRY = DllMain
|
|
|
|
PRECOMPILED_CXX= 1
|
|
PRECOMPILED_INCLUDE= pch.h
|
|
|
|
UMTYPE= windows
|
|
UMENTRY= ModuleEntry
|
|
UMENTRYABS= ModuleEntry
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\activeds.lib \
|
|
$(SDK_LIB_PATH)\adsiid.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\dnsapi.lib \
|
|
$(SDK_LIB_PATH)\dsprop.lib \
|
|
$(SDK_LIB_PATH)\dsuiext.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\netapi32.lib \
|
|
$(SDK_LIB_PATH)\ntdll.lib \
|
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\shlwapi.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\wldap32.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib
|
|
|
|
INCLUDES= \
|
|
$(DS_INC_PATH);\
|
|
$(NET_INC_PATH)
|
|
|
|
SOURCES= \
|
|
addwiz.cpp \
|
|
ccomputr.cpp \
|
|
cenumsif.cpp \
|
|
cfactory.cpp \
|
|
client.cpp \
|
|
cservice.cpp \
|
|
dpguidqy.cpp \
|
|
debug.cpp \
|
|
dll.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=
|