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.
29 lines
526 B
29 lines
526 B
!include $(PROJECT_ROOT)\wia\wiaenv.inc
|
|
|
|
TARGETNAME=scanpanl
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=windows
|
|
UMENTRY=wwinmain
|
|
|
|
ATL_VER =30
|
|
USE_STATIC_ATL =1
|
|
USE_NATIVE_EH =1
|
|
USE_MSVCRT =1
|
|
|
|
C_DEFINES =$(C_DEFINES)
|
|
|
|
INCLUDES =$(INCLUDES) \
|
|
$(DDK_INC_PATH) \
|
|
|
|
SOURCES= scanpnl.cpp \
|
|
scanpnl.rc
|
|
|
|
MISCFILES = scanpanl.htm
|
|
|
|
TARGETLIBS = $(TARGETLIBS)
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=stdafx.h
|
|
PRECOMPILED_PCH=stdafx.pch
|
|
PRECOMPILED_OBJ=stdafx.obj
|