Leaked source code of windows server 2003
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.
 
 
 
 
 
 

33 lines
710 B

!include $(PROJECT_ROOT)\wia\wiaenv.inc
TARGETNAME=msqscan
TARGETPATH=$(OBJ_DIR)
TARGETTYPE=PROGRAM
INCLUDES=;..;..\res;$(INCLUDES)
SOURCES= \
..\msqscan.cpp \
..\msqscandlg.cpp \
..\preview.cpp \
..\uitables.cpp \
..\progressdlg.cpp \
..\cwia.cpp \
..\adfdlg.cpp \
..\msqscan.rc
# Add interlac.cpp if the PNG support is ever fixed
USE_NATIVE_EH=1
PRECOMPILED_CXX=1
PRECOMPILED_INCLUDE=..\stdafx.h
PRECOMPILED_PCH=stdafx.pch
PRECOMPILED_OBJ=stdafx.obj
TARGETLIBS= \
$(TARGETLIBS) \
$(SDK_LIB_PATH)\wiaguid.lib