2008-09-23 17:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/config/os2/gcc.cf
    * enabled -DTCPV40HDRS in default builds, can be disabled by
      setting HB_OS2_NEW_TCP=yes environment variable
This commit is contained in:
Przemyslaw Czerpak
2008-09-23 15:10:10 +00:00
parent 8138f06023
commit 2ad4dc0df1
2 changed files with 13 additions and 4 deletions

View File

@@ -8,6 +8,11 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-09-23 17:09 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/os2/gcc.cf
* enabled -DTCPV40HDRS in default builds, can be disabled by
setting HB_OS2_NEW_TCP=yes environment variable
2008-09-23 07:05 UTC-0800 Pritpal Bedi (pritpal@vouchcac.com)
* harbour/contrib/hbwhat/wincorec.c
% hb_retptr() => HB_RETWI()

View File

@@ -16,10 +16,14 @@ CPPFLAGS = -I. -I$(HB_INC_COMPILE)
CFLAGS = -W -Wall -O2
# 26/03/2004 - <maurilio.longo@libero.it>
# added -DTCPV40HDRS to compile with GCC 3.2.2 on OS/2 v4.0 with mixed 16/32 bit tcp/ip stack
# to be removed if compiled on a tcp/ip stack >= 4.1 (eComStation, for example)
# disabled, if you need it please use: C_USR=-DTCPV40HDRS
# CFLAGS += -DTCPV40HDRS
# added -DTCPV40HDRS to compile with GCC 3.2.2 on OS/2 v4.0 with mixed
# 16/32 bit tcp/ip stack
# can be removed if compiled on a tcp/ip stack >= 4.1 (eComStation,
# for example), if you do not need it please use HB_OS2_NEW_TCP=yes
# environment variable.
ifneq($(HB_OS2_NEW_TCP),yes)
CFLAGS += -DTCPV40HDRS
endif
LD = gcc
LDFLAGS =