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.
56 lines
1.3 KiB
56 lines
1.3 KiB
#!include ..\..\wu.inc
|
|
#!include ..\..\setup\active\active.inc
|
|
|
|
MAJORCOMP=winupd
|
|
MINORCOMP=wudetect
|
|
|
|
TARGETNAME=WUDetect
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=DYNLINK
|
|
|
|
UMTYPE=windows
|
|
C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
|
|
#USE_MFC=1
|
|
# USE_VCCOM=1
|
|
#DLLENTRY=_DllMainCRTStartup
|
|
#USE_LIBCMT=1
|
|
USE_MSVCRT=1
|
|
USE_IOSTREAM=1
|
|
|
|
#USE_STATIC_ATL=1
|
|
DLLDEF=WUDetect.def
|
|
#LINKER_FLAGS=$(LINKER_FLAGS) /VERBOSE
|
|
USE_MAPSYM=1
|
|
#USE_NOLIBS=1
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\winspool.lib \
|
|
$(SDK_LIB_PATH)\odbc32.lib \
|
|
$(SDK_LIB_PATH)\odbccp32.lib \
|
|
$(SDK_LIB_PATH)\version.lib \
|
|
$(SDK_LIB_PATH)\msvcirt.lib
|
|
|
|
|
|
# PRECOMPILED_INCLUDE = stdafx.h
|
|
# PRECOMPILED_CXX = 1
|
|
|
|
SOURCES=WUDetect.cpp \
|
|
Expression.cpp \
|
|
RegKeyExists.cpp \
|
|
RegKeyVersion.cpp \
|
|
FileVer.cpp \
|
|
RegKeySubStr.cpp \
|
|
RegKeyBinary.cpp \
|
|
40BitSecurity.cpp \
|
|
utils2.cpp \
|
|
version.rc
|