* harbour/bin/hb-mkslib.sh
! fixed last modification
* harbour/doc/Makefile
+ harbour/doc/cmpopt.txt
+ added small description for Harbour compile time optimization
* harbour/include/hbexpra.c
+ allow to use hb_mutexCreate() as static variable initializer, f.e.:
static s_mtxarr := { "MTX1" => hb_mutexCreate(), ;
"MTX2" => hb_mutexCreate(), ;
"MTX3" => hb_mutexCreate() }
* harbour/include/hbexprb.c
% comment
* harbour/source/common/expropt2.c
+ added some missing optimizations for date constants
+ added optimization for multiple negate expressions
45 lines
566 B
Makefile
45 lines
566 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../
|
|
|
|
DOC_FILES=\
|
|
c_std.txt \
|
|
cmpopt.txt \
|
|
class_tp.txt \
|
|
cmdline.txt \
|
|
codebloc.txt \
|
|
codestyl.txt \
|
|
dirstruc.txt \
|
|
funclist.txt \
|
|
genhtm.bat \
|
|
genhtm.lnk \
|
|
genhtm.rsp \
|
|
gmake.txt \
|
|
gtapi.txt \
|
|
hbmake.txt \
|
|
hdr_tpl.txt \
|
|
howtobsd.txt \
|
|
howtosvn.txt \
|
|
howtomak.txt \
|
|
hrb_faq.txt \
|
|
lang_id.txt \
|
|
license.txt \
|
|
pcode.txt \
|
|
pragma.txt \
|
|
readme.txt \
|
|
statics.txt \
|
|
tracing.txt \
|
|
transfrm.txt \
|
|
vm.txt \
|
|
whatsnew.txt \
|
|
windll.txt \
|
|
|
|
DIRS=\
|
|
en \
|
|
es \
|
|
|
|
include $(TOP)$(ROOT)config/doc.cf
|
|
include $(TOP)$(ROOT)config/dir.cf
|