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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user