Files
harbour-core/harbour/source/Makefile
Walter Negro 6668a6ed77 * 2002-10-24 15:00 UTC-0300 Walter Negro <anegro@overnet.com.ar>
! Add codepage to compilation
2002-10-24 18:00:23 +00:00

41 lines
423 B
Makefile

#
# $Id$
#
ROOT = ../
ifeq ($(HB_COMPILER),bcc16)
# Don't build the Harbour compiler for 16-bit DOS,
# because it frequently runs out of memory, so it
# is necessary to use the DJGPP Harbour compiler.
DIRS=\
codepage \
common \
pp \
rtl \
vm \
macro \
lang \
rdd \
debug \
else
DIRS=\
codepage \
common \
pp \
compiler \
rtl \
vm \
macro \
lang \
rdd \
debug \
endif
include $(ROOT)config/dir.cf