From 1802c8db1f84cd0809a48d6e697d12b9e9befc9a Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 8 Jan 2011 10:48:18 +0000 Subject: [PATCH] 2011-01-08 11:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbformat/utils + Added. - contrib/hbformat/Makefile - Deleted, not needed anymore. --- harbour/ChangeLog | 6 ++++++ harbour/contrib/hbformat/Makefile | 23 ----------------------- 2 files changed, 6 insertions(+), 23 deletions(-) delete mode 100644 harbour/contrib/hbformat/Makefile 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