33 lines
470 B
Plaintext
33 lines
470 B
Plaintext
!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
|