2009-08-31 16:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/dos/djgpp.mk
! added watt library to linked library list when TCP support is
enabled in DOS builds
TODO: make the same for watcom builds - I would like to leave it
for Viktor because I'm not sure where exactly I should add it
for new watcom .mk files to not break Viktor's build concept.
This commit is contained in:
@@ -17,6 +17,14 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2009-08-31 16:43 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/config/dos/djgpp.mk
|
||||
! added watt library to linked library list when TCP support is
|
||||
enabled in DOS builds
|
||||
TODO: make the same for watcom builds - I would like to leave it
|
||||
for Viktor because I'm not sure where exactly I should add it
|
||||
for new watcom .mk files to not break Viktor's build concept.
|
||||
|
||||
2009-08-31 16:21 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/source/rtl/net.c
|
||||
! fixed DJGPP compilation when MAXGETHOSTNAME is not defined in
|
||||
|
||||
@@ -46,6 +46,9 @@ ifneq ($(HB_LINKING_RTL),)
|
||||
ifneq ($(filter gtcrs, $(LIBS)),)
|
||||
LDLIBS += -l$(HB_CRS_LIB)
|
||||
endif
|
||||
ifneq ($(HB_HAS_TCP),)
|
||||
LDLIBS += -L$(HB_HAS_TCP:/inc=/lib) -lwatt
|
||||
endif
|
||||
endif
|
||||
|
||||
LDLIBS += -lm
|
||||
|
||||
Reference in New Issue
Block a user