Files
admin
base
com
developer
drivers
ds
enduser
inetcore
inetsrv
loc
mergedcomponents
multimedia
net
printscan
public
published
sdktools
shell
applets
browseinfo
browseui
comctl32
comdlg32
cpls
ddk
docs
drts
evtmon
explorer
ext
audiodevice
autoimage
biologon
brfcase
cabview
cdfview
cscui
diskcopy
docprop
docpropv3
dsui
ftp
gina
hmmapi
hnw
inetfind
keyremap
loadwc
logondui
media
mlang
msident
msidle
msnspa
mydocs2
neptune
netplwiz
nsc
occache
pack
powertoy
pstore
qlaunch
qvhack
ratings
sendmail
shfolder
shgina
shimgvw
shscrap
shtl
srchasst
sshow
systray
taskui
url
userstub
webcheck
dialtest
dll
ntapi
perf
res
resdll
test
autosub
dhcmpmrg
dhcmpmrg.cpp
dhcmpmrg.rc
makefile
sources
notfcvt
ripsubs
schedcdf
trackvw
upnow
debug.c
sources
testapp.cpp
admin.cpp
apithk.c
apithk.h
apithk.inc
cdfagent.cpp
cdfagent.h
cdlabsc.cpp
cdlabsc.h
cdlagent.cpp
cdlagent.h
debug.c
delagent.cpp
delagent.h
dialer.cpp
dialer.h
dialmon.cpp
dialmon.h
dirs
dllload.cpp
downld.cpp
downld.h
droptrgt.cpp
encodeqp.cpp
factory.cpp
factory.h
filetime.h
folder.cpp
helper.cpp
helper.h
idle.cpp
imnact.h
item.cpp
iwebck.cpp
mailagnt.cpp
notfcvt.cpp
notfcvt.h
offl_cpp.h
offline.cpp
offline.h
offsync.cpp
offsync.h
postagnt.cpp
postagnt.h
private.h
propshts.cpp
propshts.h
regstm.cpp
resource.h
rsrchdr.h
schedui.cpp
schedui.h
selfreg.inx
smtp.cpp
smtp.h
strlist.cpp
strlist.h
subitem.cpp
subitem.h
subsmgr.cpp
subsmgr2.cpp
subsmgrp.h
throttle.cpp
throttle.h
trayagnt.cpp
trayagnt.h
trkcache.cpp
trkcache.h
update.cpp
updateui.cpp
updateui.h
utils.cpp
utils.h
webcheck.cpp
webcheck.def
webcheck.rc
webcheck.rcv
webchklc.rc
webcrawl.cpp
webcrawl.h
wizards.cpp
wizards.h
webfldrs
webvw
wizhost
zaxxon
dirs
gnumakefile
makefile
shellext.ini
iecontrols
iexplore
inc
lcinf
lib
osshell
policies
published
samplemusic
samplemypicts
services
shdocvw
shell32
shelldrt
shlwapi
sld
themes
thunk
tools
typebin
types
wallpaper
ccshell.ini
common.inc
common.mk
dirs
dummy.txt
gnumakefile
makefile.inc
project.mk
termsrv
tools
windows
dirs
makefil0
WindowsXP/shell/ext/webcheck/test/dhcmpmrg/sources
2025-04-27 07:49:33 -04:00

47 lines
1.2 KiB
Plaintext

ROOT = $(BASEDIR)\private
CCSHELL_DIR = $(ROOT)\shell
IEDEVINC = $(ROOT)\inc
# Defines for common.inc
TARGET_BOTH = 1
NOT_UNICODE = 1
# Include our common makefile
!include $(CCSHELL_DIR)\common.inc
# !undef USE_NOLIBS
# Other directives
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
INCLUDES = $(SDK_LIB_PATH);$(IEDEVINC);$(INCLUDES);..\inc;$(CCSHELL_DIR)\inc
# Common settings required by build.exe and makefile.def
TARGETNAME = dhcmpmrg
TARGETPATH = obj
TARGETTYPE = PROGRAM
TARGETLIBS = $(LIBRARY_PATH)\kernel32.lib \
$(LIBRARY_PATH)\user32.lib \
$(LIBRARY_PATH)\comdlg32.lib \
$(LIBRARY_PATH)\libcmt.lib \
$(LIBRARY_PATH)\uuid.lib \
$(LIBRARY_PATH)\ole32.lib \
$(LIBRARY_PATH)\shlwapi.lib \
$(CCSHELL_DIR)\lib\$O\shguidp.lib \
$(SDK_LIB_PATH)\oleaut32.lib
UMAPPL=dhcmpmrg
UMTYPE=console
# Turn on DEBUG setting when appropriate
!IF !$(FREEBUILD)
C_DEFINES = $(C_DEFINES) -DDEBUG
!ENDIF
# List of sources
SOURCES = dhcmpmrg.cpp \
dhcmpmrg.rc