Source code of Windows XP (NT5)
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
508 B

!include $(PROJECT_ROOT)\wia\wiaenv.inc
TARGETNAME=bmpinfo
TARGETPATH=$(OBJ_DIR)
TARGETTYPE=PROGRAM
INCLUDES=;..;..\res;$(INCLUDES)
SOURCES= \
..\bmpinfo.cpp \
..\bmpinfodlg.cpp \
..\bmpinfo.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)\shell32.lib