Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-14 Thread Viktor Szakáts
> > Works right also in library creation > hbmk2 delta.prg ACHOICE.PRG APPEND_D.PRG BOTTON_D.PRG CALCOL_ > D.PRG COLOR_D.PRG DEFOPT.PRG EDIDUP_D.PRG EDITA2_D.PRG EDITAR_D.PRG > ERROR_D.PRG > FILTRO_D.PRG GETSYS_D.PRG GRAFIC_D.PRG LABEL_D.PRG MENU.PRG OBSOL_D.PRG > OPEN_D. > PRG PATH_D.PRG PDRIV_D

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-14 Thread Massimo Belgrano
correct hbmk2 test1.prg -inc hbmk: Processing configuration: c:\harbour\mingw\bin\hbmk.cfg hbmk: Target up to date: test1.exe Works right also in library creation hbmk2 delta.prg ACHOICE.PRG APPEND_D.PRG BOTTON_D.PRG CALCOL_ D.PRG COLOR_D.PRG DEFOPT.PRG EDIDUP_D.PRG EDITA2_D.PRG EDITAR_D.PRG ERR

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-14 Thread Viktor Szakáts
Please recheck now. I've just finished testing my local project with new hbmk2 -inc functionality and after setting up .hbm files, they beautifully work for all compilers (and also platforms, but I've yet to try). Thus replacing my local mesh of .sh, GNU Make and GCC/BCC/MSVC make files for all pla

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-14 Thread Viktor Szakáts
Found it: Stupid error in hbmk2, please add .prg extension to test1 until I fix it. Brgds, Viktor On Tue, Apr 14, 2009 at 2:12 PM, Massimo Belgrano wrote: > here it not display anything like target up to date > Here is my result > > c:\harbour\max\test>hbmk2 test1 -inc > hbmk: Processing configur

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-14 Thread Massimo Belgrano
here it not display anything like target up to date Here is my result c:\harbour\max\test>hbmk2 test1 -inc hbmk: Processing configuration: c:\harbour\mingw\bin\hbmk.cfg Compiling Harbour sources... Harbour 1.1.0dev (Rev. 10854) Copyright (c) 1999-2009, http://www.harbour-project.org/ Compiling 'te

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-14 Thread Viktor Szakáts
I don't know what's not working for you, maybe you've misunderstood the meaning of -inc. Here is my test run, which shows that it's working. Notice the second run of hbmk2 test1, which shows: "target up to date". If you then touch test1.prg, test1.exe will automatically be built on the next run. B

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-14 Thread Massimo Belgrano
I have created a prg that create a large test1.prg and run with hbmk2 crea -run mingw from last cvs func main x_handle=fcreate("test1.prg") fwrite(x_handle,"func main"+chr(13)+chr(10)) fwrite(x_handle,"test0001()"+chr(13)+chr(10)) fwrite(x_handle,"return"+chr(13)+chr(10)) fwrite(x_ha

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-13 Thread Viktor Szakáts
>From r10849 it's ready for testing, and feedback is now appreciated. Run this command twice: 'hbmk2 test1 test2 test3.c test4.rc test5.obj -inc' Then experiment with modifying sources. Brgds, Viktor On Mon, Apr 13, 2009 at 11:55 AM, Massimo Belgrano wrote: > it is a very good idea > I stay tun

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-13 Thread Massimo Belgrano
it is a very good idea I stay tuned 2009/4/13 Viktor Szakáts : > I meant incremental build, but it's nothing yet, please ignore it for now. > Brgds, > Viktor > > On Mon, Apr 13, 2009 at 11:25 AM, Massimo Belgrano > wrote: >> >> What is incremental link? >> Is different from incremental compilatio

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-13 Thread Viktor Szakáts
I meant incremental build, but it's nothing yet, please ignore it for now. Brgds, Viktor On Mon, Apr 13, 2009 at 11:25 AM, Massimo Belgrano wrote: > What is incremental link? > Is different from incremental compilation? > > > 2009/4/13 : > > Revision: 10844 > > > http://harbour-project.svn.sourc

Re: [Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-13 Thread Massimo Belgrano
What is incremental link? Is different from incremental compilation? 2009/4/13 : > Revision: 10844 >           > http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10844&view=rev > Author:   vszakats > Date:     2009-04-13 08:53:53 + (Mon, 13 Apr 2009) >    + Started -inc (incre

[Harbour] SF.net SVN: harbour-project:[10844] trunk/harbour

2009-04-13 Thread vszakats
Revision: 10844 http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10844&view=rev Author: vszakats Date: 2009-04-13 08:53:53 + (Mon, 13 Apr 2009) Log Message: --- 2009-04-13 10:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * tests/speedtst.prg !