* include/hbsetup.h
+ Added small table (partly from MS KB) about _MSC_VER
values and MS product names, as we know them.
* common.mak
* utils/hbdoc/Makefile
* utils/hbdoc/bld_b32.bat
* utils/hbdoc/bld_vc.bat
* utils/hbdoc/hbdoc.prg
* utils/hbdoc/genasc.prg
* utils/hbdoc/genchm.prg
* utils/hbdoc/genhpc.prg
* utils/hbdoc/genhtm.prg
* utils/hbdoc/genng.prg
* utils/hbdoc/genos2.prg
* utils/hbdoc/genpdf1.prg
* utils/hbdoc/genrtf.prg
* utils/hbdoc/gentrf.prg
- utils/hbdoc/rtf.prg
- utils/hbdoc/os2.prg
- utils/hbdoc/teeasc.prg
- utils/hbdoc/ng.prg
- utils/hbdoc/html.prg
- utils/hbdoc/troff.prg
! Removed non-ASCII drawing chars from comments.
% Removed STATIC var from THTML class.
% Merged separate support classes to their gen*.prg.
40 lines
411 B
Makefile
40 lines
411 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ifeq ($(HB_MAIN),)
|
|
HB_MAIN = std
|
|
endif
|
|
|
|
ROOT = ../../
|
|
|
|
PRG_SOURCES=\
|
|
hbdoc.prg \
|
|
genos2.prg \
|
|
gentrf.prg \
|
|
genng.prg \
|
|
genhtm.prg \
|
|
genchm.prg \
|
|
genrtf.prg \
|
|
genhpc.prg \
|
|
genasc.prg \
|
|
genpdf1.prg \
|
|
ft_funcs.prg \
|
|
|
|
C_SOURCES=\
|
|
hbdfrdln.c \
|
|
|
|
PRG_MAIN=hbdoc.prg
|
|
|
|
LIBS=\
|
|
hbdebug \
|
|
hbvm \
|
|
hbrtl \
|
|
hbnulrdd \
|
|
hbrtl \
|
|
hbvm \
|
|
hbmacro \
|
|
hbcommon \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|