windows-nt/Source/XPSP1/NT/printscan/wia/test/wialogcfg/sources.inc
2020-09-26 16:20:57 +08:00

33 lines
587 B
PHP

!include $(PROJECT_ROOT)\wia\wiaenv.inc
TARGETNAME=wialogcfg
TARGETPATH=$(OBJ_DIR)
TARGETTYPE=PROGRAM
INCLUDES=;..;..\res;$(INCLUDES)
SOURCES= \
..\wialogcfg.cpp \
..\wialogcfgdlg.cpp \
..\registry.cpp \
..\logviewer.cpp \
..\addremove.cpp \
..\wialogcfg.rc
# Add interlac.cpp if the PNG support is ever fixed
MISCFILES = ..\wialogcfg.htm
USE_NATIVE_EH=1
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=..\stdafx.h
PRECOMPILED_PCH=stdafx.pch
PRECOMPILED_OBJ=stdafx.obj
TARGETLIBS= \
$(TARGETLIBS)