* contrib/mtpl_vc.mak
- Removed recently (and mistakenly) added unnecessary option.
[TOMERGE 1.0.1]
* source/macro/macro.y
- Removed old comment, other part synced with harbour.y.
[TOMERGE 1.0.1]
* source/rdd/dbffpt/dbffpt1.c
! Fixed MSVC -W4 potentially unused var warnings.
[TOMERGE 1.0.1]
* contrib/Makefile
* contrib/make_b32_all.bat
* contrib/make_gcc_all.sh
* contrib/make_vc_all.bat
- Removed (commented) references to hbsqlit2.
hbsqlit2 is broken due to foreign code problems.
It will be converted to use separately compiled
sqlite2 library. Pls use hbsqlit3 as a replacement.
[TOMERGE 1.0.1]
- contrib/hbsqlit2/vdbeaux.c
- contrib/hbsqlit2/build.c
- contrib/hbsqlit2/vdbeInt.h
- contrib/hbsqlit2/opcodes.h
- contrib/hbsqlit2/btree.c
- contrib/hbsqlit2/delete.c
- contrib/hbsqlit2/printf.c
- contrib/hbsqlit2/trigger.c
- contrib/hbsqlit2/attach.c
- contrib/hbsqlit2/btree.h
- contrib/hbsqlit2/sqlite.h
- contrib/hbsqlit2/pragma.c
- contrib/hbsqlit2/config.h
- contrib/hbsqlit2/util.c
- contrib/hbsqlit2/select.c
- contrib/hbsqlit2/os.c
- contrib/hbsqlit2/hash.c
- contrib/hbsqlit2/os.h
- contrib/hbsqlit2/hash.h
- contrib/hbsqlit2/tokenize.c
- contrib/hbsqlit2/pager.c
- contrib/hbsqlit2/vacuum.c
- contrib/hbsqlit2/auth.c
- contrib/hbsqlit2/pager.h
- contrib/hbsqlit2/insert.c
- contrib/hbsqlit2/copy.c
- contrib/hbsqlit2/parse.c
- contrib/hbsqlit2/where.c
- contrib/hbsqlit2/date.c
- contrib/hbsqlit2/expr.c
- contrib/hbsqlit2/parse.h
- contrib/hbsqlit2/LICENSE.txt
- contrib/hbsqlit2/random.c
- contrib/hbsqlit2/vdbe.c
- contrib/hbsqlit2/sqliteInt.h
- contrib/hbsqlit2/update.c
- contrib/hbsqlit2/main.c
- contrib/hbsqlit2/btree_rb.c
- contrib/hbsqlit2/vdbe.h
- contrib/hbsqlit2/table.c
- contrib/hbsqlit2/func.c
- contrib/hbsqlit2/opcodes.c
- contrib/hbsqlit2/encode.c
- Removed foreign code.
[TOMERGE 1.0.1]
59 lines
572 B
Makefile
59 lines
572 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../
|
|
|
|
ifeq ($(HB_CONTRIBLIBS),)
|
|
|
|
# standalone contribs
|
|
DIRS=\
|
|
gtwvg \
|
|
hbbmcdx \
|
|
hbbtree \
|
|
hbclipsm \
|
|
hbct \
|
|
hbgf \
|
|
hbgt \
|
|
hbmisc \
|
|
hbmzip \
|
|
hbnf \
|
|
hbodbc \
|
|
hbole \
|
|
hbsqlit3 \
|
|
hbtip \
|
|
hbtpathy \
|
|
hbvpdf \
|
|
hbw32 \
|
|
hbziparc \
|
|
rddado \
|
|
xhb \
|
|
|
|
# hbwhat32 \
|
|
|
|
# contribs with external dependencies
|
|
DIRS +=\
|
|
gtalleg \
|
|
hbapollo \
|
|
hbcurl \
|
|
hbfbird \
|
|
hbfimage \
|
|
hbgd \
|
|
hbhpdf \
|
|
hbmsql \
|
|
hbmysql \
|
|
hbpgsql \
|
|
rddads \
|
|
|
|
else
|
|
|
|
DIRS = $(HB_CONTRIBLIBS)
|
|
|
|
endif
|
|
|
|
DIRS += $(HB_CONTRIB_ADDONS)
|
|
|
|
# DIRS += examples
|
|
|
|
include $(ROOT)config/dir.cf
|