65 lines
1.4 KiB
Plaintext
65 lines
1.4 KiB
Plaintext
|
!IF 0
|
||
|
|
||
|
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.
|
||
|
|
||
|
|
||
|
!ENDIF
|
||
|
|
||
|
MAJORCOMP=DfsAdmin
|
||
|
MINORCOMP=DfsCore
|
||
|
|
||
|
TARGETNAME=DfsCore
|
||
|
TARGETPATH=obj
|
||
|
TARGETTYPE=DYNLINK
|
||
|
UMTYPE= windows
|
||
|
|
||
|
DLLDEF= DfsCore.def
|
||
|
DLLENTRY= _DllMainCRTStartup
|
||
|
|
||
|
BASE_INCLUDES=..\Common
|
||
|
|
||
|
PASS0_HEADERDIR=$(O)
|
||
|
PASS0_SOURCEDIR=$(O)
|
||
|
MIDL_TLBDIR=$(O)
|
||
|
|
||
|
SOURCES= dfscore.idl \
|
||
|
Resource.rc \
|
||
|
Stdafx.cpp \
|
||
|
dfscore.cpp \
|
||
|
dfsroot.cpp \
|
||
|
Jpenum.cpp \
|
||
|
Dfsjp.cpp \
|
||
|
Repenum.cpp \
|
||
|
Dfsrep.cpp \
|
||
|
RepSet.cpp
|
||
|
|
||
|
TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \
|
||
|
$(SDK_LIB_PATH)\msvcprt.lib \
|
||
|
$(SDK_LIB_PATH)\user32.lib \
|
||
|
$(SDK_LIB_PATH)\gdi32.lib \
|
||
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
||
|
$(SDK_LIB_PATH)\advapi32.lib \
|
||
|
$(SDK_LIB_PATH)\shell32.lib \
|
||
|
$(SDK_LIB_PATH)\ole32.lib \
|
||
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
||
|
$(SDK_LIB_PATH)\uuid.lib \
|
||
|
$(SDK_LIB_PATH)\odbc32.lib \
|
||
|
$(SDK_LIB_PATH)\odbccp32.lib \
|
||
|
$(SDK_LIB_PATH)\winspool.lib \
|
||
|
$(DS_LIB_PATH)\netapi32p.lib \
|
||
|
$(SDK_LIB_PATH)\ntdsapi.lib \
|
||
|
$(SDK_LIB_PATH)\wldap32.lib \
|
||
|
$(SDK_LIB_PATH)\wsock32.lib \
|
||
|
..\Common\$(O)\common.lib
|
||
|
|
||
|
!include ..\sources.inc
|