diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 4cb5c9b979..13cbf1e362 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,12 @@ The license applies to all entries newer than 2009-04-28. */ +2011-01-08 11:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) + * contrib/hbformat/utils + + Added. + - contrib/hbformat/Makefile + - Deleted, not needed anymore. + 2011-01-08 11:45 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbplist + contrib/hbformat diff --git a/harbour/contrib/hbformat/Makefile b/harbour/contrib/hbformat/Makefile deleted file mode 100644 index 7ede72c9ec..0000000000 --- a/harbour/contrib/hbformat/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -# -# $Id$ -# - -ROOT := ../../ - -PRG_SOURCES := \ - hbformat.prg \ - -C_SOURCES := \ - hbformac.c \ - -PRG_MAIN := hbformat.prg - -LIBS = $(HB_LIBS_ST_NORDD) - -ifneq ($(filter $(HB_PLATFORM),win wce os2),) - ifneq ($(HB_BUILD_DYN),no) - HB_BUILD_SHARED := yes - endif -endif - -include $(TOP)$(ROOT)config/bin.mk