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.
64 lines
1.1 KiB
64 lines
1.1 KiB
PROJDIR=..\..
|
|
|
|
!include $(PROJDIR)\makefile.inc
|
|
|
|
TARGETNAME=confold
|
|
TARGETTYPE=LIBRARY
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_EH=1
|
|
|
|
INCLUDES=\
|
|
$(PROJDIR)\shell\inc;\
|
|
$(PROJDIR)\shell\inc\$(O);\
|
|
$(PROJDIR)\inc;\
|
|
$(PROJDIR)\netman\inc;\
|
|
$(COM_INC_PATH);\
|
|
$(SHELL_INC_PATH); \
|
|
$(WINDOWS_INC_PATH); \
|
|
$(DS_INC_PATH);
|
|
|
|
SOURCES=\
|
|
cfpidl.cpp \
|
|
ac_ctrayui.cpp \
|
|
cfutils.cpp \
|
|
cfpidl_templates.cpp \
|
|
cmdtable.cpp \
|
|
confold.cpp \
|
|
connlist.cpp \
|
|
conprops.cpp \
|
|
contrays.cpp \
|
|
ctrayui.cpp \
|
|
disconnect.cpp \
|
|
foldglob.cpp \
|
|
foldreg.cpp \
|
|
icomtarg.cpp \
|
|
icomtargf.cpp \
|
|
icontextm.cpp \
|
|
ienumidl.cpp \
|
|
iconhandler.cpp\
|
|
iextract.cpp \
|
|
iolewind.cpp \
|
|
ipersist.cpp \
|
|
ipersistf.cpp \
|
|
ipersistf2.cpp \
|
|
iqinfo.cpp \
|
|
ishellei.cpp \
|
|
ishellf.cpp \
|
|
ishellf2.cpp \
|
|
ishellv.cpp \
|
|
notify.cpp \
|
|
oncommand.cpp \
|
|
pidlutil.cpp \
|
|
shortcut.cpp \
|
|
shutil.cpp \
|
|
trytofix.cpp \
|
|
webview.cpp
|
|
|
|
!IF DEFINED(DBG)
|
|
!IF "$(DBG)" == "1"
|
|
SOURCES=$(SOURCES)\
|
|
oncommand_dbg.cpp
|
|
!ENDIF
|
|
!ENDIF
|
|
|