* config/bin.mk
! Fixed to leave sys libs for non-*nix systems in shared mode.
+ Added support for win/watcom.
* utils/hbmk2/Makefile
* utils/hbrun/Makefile
+ Added extra core lib specs required in shared mode.
19 lines
210 B
Makefile
19 lines
210 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ifeq ($(HB_MAIN),)
|
|
HB_MAIN := std
|
|
endif
|
|
|
|
ROOT := ../../
|
|
|
|
PRG_SOURCES := \
|
|
hbrun.prg \
|
|
|
|
PRG_MAIN := hbrun.prg
|
|
|
|
LIBS = hbcplr hbpp hbcommon $(HB_LIBS_ST_RDD)
|
|
|
|
include $(TOP)$(ROOT)config/bin.mk
|