* src/rtl/hbjson.c
* src/rtl/hblpp.c
! Silenced msvc64 warnings.
* utils/hbrun/hbrun.prg
* Moved creation of header hash to separate function.
+ Added HBRUN_NOHEAD envver to disable embedded headers.
Any non-empty value will have this effect.
* utils/hbrun/Makefile
+ Enabled embedded headers.
* contrib/make.hbs
* config/postinst.hbs
* bin/hbxpatch.hbs
! Resolved TOFIX notes: now the headers can be used
just like in any .prg, and no need to locally #define
core constants.
Also hbqt_hbmk2_plugin.hbs should work now in stdalone
mode, with all the OOP code.
22 lines
271 B
Makefile
22 lines
271 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
include $(TOP)$(ROOT)config/global.mk
|
|
|
|
PRG_SOURCES := \
|
|
hbrun.prg \
|
|
|
|
RC_SOURCES := \
|
|
hbrun.rc
|
|
|
|
PRG_MAIN := hbrun.prg
|
|
|
|
LIBS = hbcplr hbpp hbcommon $(HB_LIBS_MT_RDD)
|
|
|
|
HB_PRGFLAGS += -DHBRUN_WITH_HEADERS
|
|
|
|
include $(TOP)$(ROOT)config/bin.mk
|