Files
harbour-core/harbour/utils/hbmk2/Makefile
Viktor Szakats 75252aebc9 2009-09-19 16:02 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* 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.
2009-09-19 14:04:16 +00:00

19 lines
212 B
Makefile

#
# $Id$
#
ifeq ($(HB_MAIN),)
HB_MAIN := std
endif
ROOT := ../../
PRG_SOURCES := \
hbmk2.prg \
PRG_MAIN := hbmk2.prg
LIBS = hbcplr hbpp hbcommon $(HB_LIBS_MT_NORDD)
include $(TOP)$(ROOT)config/bin.mk