* 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
31 lines
376 B
Makefile
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
|