- harbour/source/nulrtl
- harbour/source/nulrtl/nulrtl.c
- harbour/source/nulrtl/Makefile
+ harbour/source/nortl
+ harbour/source/nortl/nortl.c
+ harbour/source/nortl/Makefile
* harbour/source/pp/Makefile
* harbour/source/main/Makefile
* harbour/source/Makefile
* harbour/harbour-win-spec
* harbour/harbour-wce-spec
* harbour/harbour.spec
* harbour/examples/pp/pp.hbp
* renamed hbnulrtl library to hbnortl to eliminate 8.3 name conflicts
in DJGPP builds
18 lines
142 B
Makefile
18 lines
142 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
|
|
C_MAIN=harbour.c
|
|
|
|
LIBS=\
|
|
hbcplr \
|
|
hbpp \
|
|
hbcommon \
|
|
hbnortl \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|