* utils/hbmk2/hbmk2.prg
+ hbmainstd/hbmainwin lib is now added for mingw family
to lib list also for static executables. It fixes the GPF
at startup with Equation Solution mingw64 build. I hope
it doesn't create any harm for other builds, it remains
to be tested.
% Disabled -fomit-frame-pointer for mingw64.
* utils/hbformat/Makefile
* utils/hbmk2/Makefile
* utils/hbi18n/Makefile
* utils/hbtest/Makefile
* utils/hbrun/Makefile
* config/win/mingw.mk
% "HB_MAIN" logic eliminated from local make files and moved
to mingw.mk only.
18 lines
185 B
Makefile
18 lines
185 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
ROOT := ../../
|
|
|
|
PRG_SOURCES := \
|
|
hbformat.prg \
|
|
|
|
C_SOURCES := \
|
|
hbformac.c \
|
|
|
|
PRG_MAIN := hbformat.prg
|
|
|
|
LIBS = $(HB_LIBS_ST_NORDD)
|
|
|
|
include $(TOP)$(ROOT)config/bin.mk
|