Files
harbour-core/harbour/src/common/Makefile
Przemyslaw Czerpak 868820a931 2010-03-10 12:26 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/compiler/hbmain.c
  * harbour/src/compiler/harbour.y
  * harbour/src/compiler/harbour.yyc
    * use hb_compGetFuncID() to detect reserved function names

  * harbour/include/hbapi.h
  * harbour/src/common/Makefile
  - harbour/src/common/reserved.c
    - removed not longer used hb_compReservedName() function
2010-03-10 11:26:26 +00:00

31 lines
376 B
Makefile

#
# $Id$
#
ROOT := ../../
C_SOURCES := \
expropt1.c \
expropt2.c \
funcid.c \
hbffind.c \
hbfopen.c \
hbfsapi.c \
hbgete.c \
hbwin.c \
hbwince.c \
hbhash.c \
hbprintf.c \
hbstr.c \
hbdate.c \
hbmem.c \
hbtrace.c \
hbver.c \
hbverdsp.c \
hbarch.c \
strwild.c \
LIBNAME := hbcommon
include $(TOP)$(ROOT)config/lib.mk