admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
iis
admin
browseinfo
config
exe
iisrearc
core
iisplus
import
inc
template
ul
api
drv
misc
qosinc
test
tmpsetup
ulkd
ulperf
atl.cpp
init.cpp
makefile
precomp.h
resource.h
sources
ulctrs.h
ulperf.cpp
ulperf.def
ulperf.h
ulperf.ini
ulperf.mof
ulperf.rc
ulperf.rgs
util
website
win9x
dirs
ipc.txt
readme.txt
ulrtl
clean.bat
dirs
dtrel.bat
icecap.bat
icepick.inc
readme.txt
img
inc
last
lkrhash
qfetools
setup
staxinc
svcs
ui
utils
bldzip.pl
clean.bat
coffbase.txt
dirs
guids.txt
iisntw.chm
inetrel.cmd
internet.mk
k2ver.pl
make128.cmd
makefile
makefile.chi
mkdev.cmd
mksample.cmd
mkwebcat.cmd
place.inc
place51.inc
placefil.txt
placefil5.txt
project.mk
sdkdrop.bat
update.cmd
wcrel.cmd
intlwb
msmq
published
query
dirs
project.mk
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
termsrv
tools
windows
dirs
makefil0
50 lines
1.3 KiB
Plaintext
50 lines
1.3 KiB
Plaintext
PROJECT_ROOT=.
|
|
!INCLUDE .\FIND_ROOT.INC
|
|
!INCLUDE $(PROJECT_ROOT)\PLACE.INC
|
|
|
|
TARGETNAME=ulperf
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
USE_MSVCRT=1
|
|
|
|
USE_MFC=1
|
|
USE_MFCUNICODE=1
|
|
MFC_VER=42
|
|
USE_STATIC_ATL=1
|
|
|
|
DLLDEF=ulperf.def
|
|
|
|
INCLUDES= \
|
|
$(INCLUDES); \
|
|
$(INETROOT)\build\inc\atl20; \
|
|
|
|
PASS0_SOURCEDIR=.
|
|
MC_FLAGS=-v
|
|
|
|
SOURCES= \
|
|
ulperf.rc \
|
|
atl.cpp \
|
|
init.cpp \
|
|
ulperf.cpp \
|
|
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -D_ATL_STATIC_REGISTRY
|
|
|
|
LINKLIBS= \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\ole32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\oleaut32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\uuid.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\wbemuuid.lib \
|
|
|
|
!IF "$(NTNOPCH)" == ""
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
PRECOMPILED_CXX=1
|
|
!ENDIF
|
|
|