* Makefile
* utils/Makefile
* Changed to build hbrun and hbmk2 in HB_BUILD_PARTS=compiler mode.
+ Added running bin/postinst.prg.
+ bin/postinst.prg
+ Added postinst.prg with test content.
* package/winuni/RELNOTES
* Added information about new MinGW CEGCC build.
* utils/Makefile
* Changed HB_UTILS setting name to HB_UTIL_ADDONS. To be
in sync with rest of similar settings.
* INSTALL
+ Documented HB_UTIL_ADDONS setting. (formerly HB_UTILS)
23 lines
218 B
Makefile
23 lines
218 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../
|
|
|
|
DIRS := \
|
|
hbrun \
|
|
hbmk2 \
|
|
|
|
ifneq ($(HB_BUILD_PARTS),compiler)
|
|
|
|
DIRS += \
|
|
hbi18n \
|
|
hbtest \
|
|
hbformat \
|
|
|
|
endif
|
|
|
|
DIRS += $(HB_UTIL_ADDONS)
|
|
|
|
include $(ROOT)config/dir.mk
|