Files
harbour-core/harbour/utils/Makefile
Przemyslaw Czerpak 8fdf44794d 2013-01-30 01:04 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* harbour/include/hbcdpreg.h
  * harbour/include/hbapicdp.h
  * harbour/src/rtl/cdpapi.c
    * added to hb_cdpRegisterNew() new parameter which informs CP engine
      that passed strings with upper and lower letters are in UTF8 encoding.

  * harbour/src/codepage/cpplmaz.c
    * defined PLMAZ codepage using UTF8 encoding - just as an example.

  * harbour/utils/Makefile
    * compile hbtest before hbmk2 - it alows to build HVM test tool even if
      HBMK2 cannot be compiled (i.e. some compilers does not accept
      resource/icon files used by HBMK2)
2013-01-30 00:05:21 +00:00

29 lines
305 B
Makefile

#
# $Id$
#
ROOT := ../
ifneq ($(HB_BUILD_PARTS),lib)
DIRS := \
hbmk2 \
ifneq ($(HB_BUILD_PARTS),compiler)
DIRS := \
hbtest \
hbmk2 \
hbi18n \
$(__HB_UTIL_ADDONS)
endif
endif
ifneq ($(DIRS),)
include $(ROOT)config/dir.mk
else
include $(ROOT)config/none.mk
endif