2011-01-08 11:47 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* contrib/hbformat/utils
    + Added.
  - contrib/hbformat/Makefile
    - Deleted, not needed anymore.
This commit is contained in:
Viktor Szakats
2011-01-08 10:48:18 +00:00
parent e8c841d7c9
commit 1802c8db1f
2 changed files with 6 additions and 23 deletions

View File

@@ -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

View File

@@ -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