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.
35 lines
776 B
35 lines
776 B
TARGETNAME=wiadbgcfg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=windows
|
|
|
|
NOT_UNICODE=1
|
|
USE_MFC=1
|
|
USE_MAPSYM=1
|
|
|
|
INCLUDES= $(INCLUDES); \
|
|
$(SDK_INC_PATH); \
|
|
$(DDK_INC_PATH);
|
|
|
|
SOURCES= wiadbgcfg.cpp \
|
|
wiadbgcfgDlg.cpp \
|
|
wiadbgcfg.rc
|
|
|
|
USE_NATIVE_EH=1
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_PCH=stdafx.pch
|
|
PRECOMPILED_OBJ=stdafx.obj
|
|
|
|
TARGETLIBS=$(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\winmm.lib \
|
|
$(SDK_LIB_PATH)\irnotif.lib \
|
|
$(SDK_LIB_PATH)\userenv.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
$(SDK_LIB_PATH)\wiaguid.lib \
|
|
$(SDK_LIB_PATH)\atl.lib \
|
|
$(SDK_LIB_PATH)\mscms.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib
|
|
|
|
|