mirror of https://github.com/tongzx/nt5src
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.
47 lines
1.0 KiB
47 lines
1.0 KiB
!include ..\sources.inc
|
|
|
|
TARGETNAME=qmgr
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;..\inc;$(TERMSRV_INC_PATH);$(PRIVATE_INC_PATH)
|
|
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_CXX=1
|
|
|
|
SOURCES= $(SOURCES) \
|
|
cache.cpp \
|
|
caddress.cpp \
|
|
ccred.cpp \
|
|
cenum.cpp \
|
|
cerror.cpp \
|
|
cfile.cpp \
|
|
cjob.cpp \
|
|
cmanager.cpp \
|
|
csd.cpp \
|
|
csens.cpp \
|
|
cunknown.cpp \
|
|
downloader.cpp \
|
|
drizcpat.cpp \
|
|
init.cpp \
|
|
logontable.cpp \
|
|
netspeed.cpp \
|
|
metadata.cpp \
|
|
proxy.cpp \
|
|
stl.cpp \
|
|
tasksched.cpp \
|
|
|
|
UMTYPE=console
|
|
UMTEST=mon*tescape
|
|
UMLIBS= $(UMLIBS) \
|
|
$(O)\qmgr.lib \
|
|
$(SDK_LIB_PATH)\iphlpapi.lib \
|
|
$(SDK_LIB_PATH)\advapip.lib \
|
|
$(SDK_LIB_PATH)\ws2_32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
|
|
!if !defined(BITS_V12_ON_NT4)
|
|
RUN_WPP=$(SOURCES) -dll -gen:{um-w2k.tpl}*.tmh
|
|
!endif
|
|
|
|
|