Viktor Szakats
6bfdf01a17
2008-08-16 16:16 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
...
* make_b32.mak
* make_gcc.mak
* make_vc.mak
* make_vcce.mak
* include/hbdefs.h
* source/vm/mainwin.c
* source/vm/hvm.c
* source/hbpcre/_hbconf.h
* source/hbzlib/ChangeLog
* source/hbzlib/zconf.h
* utils/hbmake/hbmake.prg
* __EXPORT__ -> HB_DYNLIB
2008-08-16 14:23:37 +00:00
Viktor Szakats
65b73581a8
2008-08-05 21:39 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
...
* source/hbpcre/_hbconf.h
* source/hbzlib/zconf.h
* source/hbzlib/ChangeLog
! Fixed to pass down Harbour DLL creation flag to
integrated 3rd party sources.
After this, pcre and zlib public symbols should be
properly exported on Windows platform.
; NOTE: Harbour uses __EXPORT__ to signal DLL creation,
which is not very ideal, so I'd suggest to
switch to HB_DLL in future versions.
2008-08-05 19:48:10 +00:00
Przemyslaw Czerpak
20a09256ce
2008-05-28 18:42 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
...
* harbour/source/hbzlib/ChangeLog
* harbour/source/hbzlib/zutil.c
* harbour/source/hbzlib/gzio.c
* harbour/source/hbzlib/zutil.h
* harbour/source/hbzlib/zconf.h
* use _WINCE macro instead of _WIN32_WCE to detect WinCE builds
defining _WIN32_WCE interacts with header files and should be
left for user to specify exact WinCE version
2008-05-28 16:42:35 +00:00
Viktor Szakats
62010a5a1d
2008-05-28 13:33 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
...
* source/hbzlib/adler32.c
* source/hbzlib/ChangeLog
* source/hbzlib/compress.c
* source/hbzlib/crc32.c
* source/hbzlib/deflate.c
* source/hbzlib/gzio.c
* source/hbzlib/infback.c
* source/hbzlib/inffast.c
* source/hbzlib/inflate.c
* source/hbzlib/inftrees.c
* source/hbzlib/trees.c
* source/hbzlib/uncompr.c
* source/hbzlib/zconf.h
* source/hbzlib/zutil.c
+ Added modified ZLIB sources, with many tweaks
to compile cleanly under Harbour.
Thanks to Przemek for it.
+ source/hbpcre/LICENCE
+ source/hbzlib/README
+ Added legal text to foreign libs.
2008-05-28 11:37:26 +00:00
Viktor Szakats
6c6adce9d7
2008-05-28 13:29 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
...
* common.mak
* make_b32.mak
* make_vc.mak
* make_vcce.mak
* make_gcc.mak
* source/Makefile
+ source/hbzlib
+ source/hbzlib/ChangeLog
+ source/hbzlib/adler32.c
+ source/hbzlib/compress.c
+ source/hbzlib/crc32.c
+ source/hbzlib/crc32.h
+ source/hbzlib/deflate.c
+ source/hbzlib/deflate.h
+ source/hbzlib/gzio.c
+ source/hbzlib/infback.c
+ source/hbzlib/inffast.c
+ source/hbzlib/inffast.h
+ source/hbzlib/inffixed.h
+ source/hbzlib/inflate.c
+ source/hbzlib/inflate.h
+ source/hbzlib/inftrees.c
+ source/hbzlib/inftrees.h
+ source/hbzlib/Makefile
+ source/hbzlib/trees.c
+ source/hbzlib/trees.h
+ source/hbzlib/uncompr.c
+ source/hbzlib/zconf.h
+ source/hbzlib/zlib.h
+ source/hbzlib/zutil.c
+ source/hbzlib/zutil.h
+ Added unmodified ZLIB sources to Harbour core.
+ Added them to make systems.
; Work in progress.
2008-05-28 11:32:37 +00:00