2015-12-14 14:05 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)

* contrib/hbnetio/utils/hbnetio/hbnetio.hbp
  * utils/hbmk2/Makefile
  * utils/hbmk2/hbmk2.hbp
    ! fixed build process without MT support: HB_MT=no
This commit is contained in:
Przemysław Czerpak
2015-12-14 14:05:13 +01:00
parent 7b7ac86752
commit 6383f993e9
4 changed files with 14 additions and 2 deletions

View File

@@ -10,7 +10,11 @@ RC_SOURCES := \
PRG_MAIN := hbmk2.prg
LIBS = $(HB_LIBS_MT_RDD)
ifeq ($(HB_MT),no)
LIBS = $(HB_LIBS_ST_RDD)
else
LIBS = $(HB_LIBS_MT_RDD)
endif
HB_PRGFLAGS += -u -i$(TOP)

View File

@@ -5,7 +5,7 @@
-cflag=-Zm200{wce&allmsvc}
-mt
{!HB_MT='no'}-mt
hbmk2.prg