Re: [xHarbour-developers] hbzlib question

2008-07-28 Thread Luis Krause Mantilla
José: The way Andi wrote the new make system works this way make_b32 clean - removes all obj and libs and exe makb_b32 core - only builds xharbour's core make_b32 contrib - builds all contribs if you do a make_b32 clean and then a make_b32 it will build everything. I use to compile the

Re: [xHarbour-developers] hbzlib question

2008-07-27 Thread Jose F. Gimenez
Luis, I think you should change it. Done! Since usually I only need the rddads, I use the make files in contrib\rdd_ads, which right now are in sync with the make files at the root. I use to compile the whole project by executing \xharbour\make_b32.bat, which doesn't compile any

Re: [xHarbour-developers] hbzlib question

2008-07-25 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Jose F. Gimenez [EMAIL PROTECTED] A: xharbour-developers list xharbour-developers@lists.sourceforge.net Data invio: venerdì 25 luglio 2008 13.36 Oggetto: [xHarbour-developers] hbzlib question Hi all, I've recently updated from CVS (I was outdated from

Re: [xHarbour-developers] hbzlib question

2008-07-25 Thread Jose F. Gimenez
Enrico, thanks for your reply. I just update from CVS and my hbzip.lib is 582144 bytes. It's very strange. I've compiled it by executing make_b32.bat from \xharbour\contrib\hbzlib. I've done it several times, removing the previous lib every time, but I've always got the same result. How do

Re: [xHarbour-developers] hbzlib question

2008-07-25 Thread Jose F. Gimenez
Enrico, moreover, this is my \xharbour\contrib\hbzlib\obj\b32 after compiling it: 25/07/2008 13:27DIR . 25/07/2008 13:27DIR .. 25/07/2008 13:27 9.792 stdafx.obj 25/07/2008 13:2741.477 zip.obj 25/07/2008 13:27 644.795 ziparchive.obj

Re: [xHarbour-developers] hbzlib question

2008-07-25 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Jose F. Gimenez [EMAIL PROTECTED] A: Enrico Maria Giordano [EMAIL PROTECTED]; xharbour-developers list xharbour-developers@lists.sourceforge.net Data invio: venerdì 25 luglio 2008 14.00 Oggetto: Re: [xHarbour-developers] hbzlib question Enrico, thanks

Re: [xHarbour-developers] hbzlib question

2008-07-25 Thread Enrico Maria Giordano
-Messaggio Originale- Da: Jose F. Gimenez [EMAIL PROTECTED] A: Enrico Maria Giordano [EMAIL PROTECTED]; xharbour-developers list xharbour-developers@lists.sourceforge.net Data invio: venerdì 25 luglio 2008 14.03 Oggetto: Re: [xHarbour-developers] hbzlib question Enrico, moreover

Re: [xHarbour-developers] hbzlib question

2008-07-25 Thread Luiz Rafael Culik Guimaraes
-developers list xharbour-developers@lists.sourceforge.net Sent: Friday, July 25, 2008 9:05 AM Subject: Re: [xHarbour-developers] hbzlib question Before, it was 661KB and now it's 2604KB + 60KB from zlib.zip (using BCC++ 5.5.1). Is this correct? How is it possible? Jose, my file have 2.852.864

Re: [xHarbour-developers] hbzlib question

2008-07-25 Thread Jose F. Gimenez
Luiz, Size of almost 3mb is lib with debug see if in makefile.bc from hbzlib the option CompInheritOptsAt_ziparddll has -v -y if yes, remove this two flags Yes, it was! Now it's 659 KB, which is correct. May I drop that flags from makefile.bc in CVS in order to compile the lib without