Files
harbour-core/harbour/external/Makefile
Viktor Szakats bc6f0bce7d 2009-03-25 15:55 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* external/Makefile
    + Added HB_EXTERNAL_ADDON envvar support.

  * config/win/bcc.cf
    * -d moved to optimization switches.
2009-03-25 14:55:55 +00:00

24 lines
229 B
Makefile

#
# $Id$
#
ROOT = ../
ifeq ($(HB_EXTERNALLIBS),)
# standalone contribs
DIRS=\
sqlite3 \
else
ifneq ($(HB_EXTERNALLIBS),no)
DIRS = $(HB_EXTERNALLIBS)
endif
endif
DIRS += $(HB_EXTERNAL_ADDONS)
include $(ROOT)config/dir.cf