2009-12-02 15:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/rtl/gtos2/Makefile
    * added workaround for wrong code generated by OpenWatcom 1.8
      when -s switch is used for functions calling APIENTRY16 functions.
      Such code executed from non main thread causes GPF.
This commit is contained in:
Przemyslaw Czerpak
2009-12-02 14:50:55 +00:00
parent 7141bf75ac
commit 343608dd9a
2 changed files with 12 additions and 0 deletions

View File

@@ -17,6 +17,12 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-12-02 15:50 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/rtl/gtos2/Makefile
* added workaround for wrong code generated by OpenWatcom 1.8
when -s switch is used for functions calling APIENTRY16 functions.
Such code executed from non main thread causes GPF.
2009-12-02 11:46 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* INSTALL
+ Added HB_DIR_*, HB_INC_* settings to ones which users

View File

@@ -12,6 +12,12 @@ C_SOURCES := \
gtos2.c \
ifeq ($(HB_PLATFORM),os2)
ifeq ($(HB_COMPILER),watcom)
# This is workaround for wrong code generated by OpenWatcom 1.8
# when -s switch is used for functions calling APIENTRY16 functions.
# Such code executed from non main thread causes GPF.
HB_CFLAGS += -sg
endif
include $(TOP)$(ROOT)config/lib.mk
else
HB_SKIP_REASON := platform not supported