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.
32 lines
502 B
32 lines
502 B
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 2000 - 2000
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=setup
|
|
MINORCOMP=html2bmp
|
|
|
|
TARGETNAME=html2bmp
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=obj
|
|
|
|
USE_MFC=1
|
|
USE_MSVCRT=1
|
|
USE_IOSTREAM=1
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
|
|
SOURCES= \
|
|
FileDialogEx.cpp\
|
|
Html2Bmp.cpp \
|
|
HtmlCtrl.cpp \
|
|
HtmlDlg.cpp \
|
|
IParser.cpp \
|
|
StdAfx.cpp \
|
|
Html2Bmp.rc
|