Files
harbour-core/harbour/tests/bldtest/Makefile
Przemyslaw Czerpak e101b3078d 2004-04-14 12:20 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/tests/bldtest/Makefile
    * fixed typo in file name

  * xharbour/include/hbdefs.h
    + added HB_COUNTER and HB_PTRDIFF types - first for reference
      counters and second for any pointer differences and pointer to
      integer conversions - this modification is synced with xHarbour

  * harbour/include/hbapi.h
  * harbour/include/hbdefs.h
  * harbour/source/rtl/philes.c
  * harbour/source/vm/arrays.c
  * harbour/source/vm/hvm.c
  * harbour/source/vm/itemapi.c
    * use HB_COUNTER type
2004-04-14 10:32:01 +00:00

14 lines
101 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
C_MAIN=bldtest.c
LIBS=\
include $(TOP)$(ROOT)config/bin.cf