Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

45 lines
1.0 KiB

MAJORCOMP=admin
MINORCOMP=dsweb
# before changing the DLL name, resolve the references in applib\domthred.cxx
TARGETEXT=dll
TARGETNAME=dsctl
TARGETPATH=obj
TARGETTYPE=DYNLINK
DLLENTRY=_DllMainCRTStartup
UMTYPE=windows
USE_MFC=1
USE_ATL=1
C_DEFINES = -DUNICODE -D_UNICODE
MIDL_FLAGS=-DMIDL_PASS
PASS0_HEADERDIR=$(O)
PASS0_SOURCEDIR=$(O)
MIDL_TLBDIR=$(O)
TARGETLIBS=\
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\oleaut32.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\uuid.lib \
$(SDK_LIB_PATH)\wininet.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\activeds.lib \
$(SDK_LIB_PATH)\adsiid.lib
LINKLIBS=
INCLUDES=..;
#PRECOMPILED_INCLUDE = stdafx.h
#PRECOMPILED_CXX=1
SOURCES= dsctl.idl \
stdafx.cpp \
dlldatax.c \
dsctlobj.cpp \
dsctl.cpp \
dsctl.rc