* harbour/source/pp/Makefile
* harbour/source/main/Makefile
! hacked the order of linked library list to resolve problem with
potential cross references between libraries on platforms which do
not support library grouping
* harbour/source/nortl/nortl.c
! added missing include hbmemory.ch
* harbour/source/compiler/hbmain.c
! added protection against multiple init function freeing
18 lines
160 B
Makefile
18 lines
160 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
C_SOURCES := \
|
|
|
|
C_MAIN := harbour.c
|
|
|
|
LIBS := \
|
|
hbcplr \
|
|
hbpp \
|
|
hbnortl \
|
|
hbcommon \
|
|
|
|
include $(TOP)$(ROOT)config/bin.mk
|