2009-03-31 13:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* contrib/hbfbird/Makefile
! Excluded for pocc64 due to compile errors.
* source/rtl/hbinet.c
! Fixed to warnings for pocc64.
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
|
||||
*/
|
||||
|
||||
2009-03-31 13:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* contrib/hbfbird/Makefile
|
||||
! Excluded for pocc64 due to compile errors.
|
||||
|
||||
* source/rtl/hbinet.c
|
||||
! Fixed to warnings for pocc64.
|
||||
|
||||
2009-03-31 12:45 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
|
||||
* bin/hb-mkdyn.bat
|
||||
+ Added pocc64 support.
|
||||
|
||||
@@ -6,6 +6,7 @@ ROOT = ../../
|
||||
|
||||
LIBNAME=hbfbird
|
||||
|
||||
ifneq ($(HB_COMPILER),pocc64)
|
||||
ifneq ($(HB_COMPILER),poccce)
|
||||
|
||||
ifeq ($(HB_INC_FIREBIRD),)
|
||||
@@ -34,3 +35,6 @@ endif
|
||||
else
|
||||
include $(TOP)$(ROOT)config/none.cf
|
||||
endif
|
||||
else
|
||||
include $(TOP)$(ROOT)config/none.cf
|
||||
endif
|
||||
|
||||
@@ -260,7 +260,7 @@
|
||||
link at all. Some hbinet.c features (or the whole module)
|
||||
won't properly work though. [vszakats] */
|
||||
#undef FD_ISSET
|
||||
#define FD_ISSET( s, f ) ( 0 )
|
||||
#define FD_ISSET( s, f ) do { HB_SYMBOL_UNUSED( s ); HB_SYMBOL_UNUSED( f ) } while( 0 )
|
||||
#endif
|
||||
|
||||
#if defined( HB_OS_LINUX )
|
||||
|
||||
Reference in New Issue
Block a user