* utils/hbrun/hbrun.prg
* utils/hbrun/hbrun.hbp
* utils/hbrun/Makefile
- Deleted "burn-in" trick to tell hbrun where to find the
Harbour include dirs. We need to find something universally
useful (portable).
20 lines
234 B
Makefile
20 lines
234 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
include $(TOP)$(ROOT)config/global.mk
|
|
|
|
PRG_SOURCES := \
|
|
hbrun.prg \
|
|
|
|
RC_SOURCES := \
|
|
hbrun.rc
|
|
|
|
PRG_MAIN := hbrun.prg
|
|
|
|
LIBS = hbcplr hbpp hbcommon $(HB_LIBS_MT_RDD)
|
|
|
|
include $(TOP)$(ROOT)config/bin.mk
|