* harbour/source/main/Makefile
* Changed order of linked libraries for linkers with linear library
symbols scanning
17 lines
137 B
Makefile
17 lines
137 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT = ../../
|
|
|
|
C_SOURCES=\
|
|
|
|
C_MAIN=harbour.c
|
|
|
|
LIBS=\
|
|
compiler \
|
|
pp \
|
|
common \
|
|
|
|
include $(TOP)$(ROOT)config/bin.cf
|