* source/common/hbver.c
! Version detection fixed for __DMC__
[TOMERGE 1.0.1]
* contrib/mtpl_gcc.mak
% One unnecessary C -I option deleted.
[TOMERGE 1.0.1]
- contrib/hbsqlit2
+ contrib/examples/hbsqlit2
* doc/whatsnew.txt
* Moved hbsqlit2 to examples.
[TOMERGE 1.0.1]
* contrib/examples/hbsqlit2/Makefile
* contrib/examples/hbsqlit2/make_b32.bat
* contrib/examples/hbsqlit2/make_gcc.sh
* contrib/examples/hbsqlit2/make_vc.bat
* contrib/examples/hbsqlit2/common.mak
* contrib/examples/hbsqlit2/tests/bld_b32.bat
* contrib/examples/hbsqlit2/tests/bld_vc.bat
* Modified make files to work from the new location.
* Location of sqlite2 headers can be specified by HB_INC_SQLITE2.
; Notice that sqlite2 lib itself should now be build separately.
[TOMERGE 1.0.1]
17 lines
192 B
Makefile
17 lines
192 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
LIBNAME = $(LIBPREF)hbsqlit2
|
|
|
|
LIB_PATH = $(LIB_DIR)$(LIBNAME)$(LIBEXT)
|
|
|
|
PRG_HEADERS = \
|
|
hbsqlit2.ch \
|
|
|
|
LIB_OBJS = \
|
|
$(OBJ_DIR)hbsqlit2$(OBJEXT) \
|
|
|
|
all: \
|
|
$(LIB_PATH) \
|