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_handle,""+chr(13)+chr(10))

   for a=1 to 9000
      x_num=right("0000"+alltrim(str(a)),4)
      fwrite(x_handle,"func test"+x_num+chr(13)+chr(10))
      fwrite(x_handle,"return"+chr(13)+chr(10)     )
      fwrite(x_handle,""+chr(13)+chr(10))
  next a

   fclose(x_handle)

If i repeat more times without modify
hbmk2 test1 -inc
incremental seem not work



2009/4/14 Viktor Szakáts <harbour...@syenar.hu>:
> >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 <mbelgr...@deltain.it>
> wrote:
>>
>> it is a very good idea
>> I stay tuned
>>
>> 2009/4/13 Viktor Szakáts <harbour...@syenar.hu>:
>> > 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
>> > <mbelgr...@deltain.it>
>> > wrote:
>> >>
>> >> What is incremental link?
>> >> Is different from incremental compilation?
>> >>
>> >>
>> >> 2009/4/13  <vszak...@users.sourceforge.net>:
>> >> > Revision: 10844
>> >> >
>> >> >
>> >> >  http://harbour-project.svn.sourceforge.net/harbour-project/?rev=10844&view=rev
>> >> > Author:   vszakats
>> >> > Date:     2009-04-13 08:53:53 +0000 (Mon, 13 Apr 2009)
>> >> >    + Started -inc (incremental link) support. It's very early
>> >> >      stage, don't expect it to work yet and please don't report
>> >> >      any problems with this feature yet.
>> >> >
>> >> >
>> >>
>> >>
>> >> --
>> >> Massimo Belgrano
>> >> _______________________________________________
>> >> Harbour mailing list
>> >> Harbour@harbour-project.org
>> >> http://lists.harbour-project.org/mailman/listinfo/harbour
>> >
>> >
>> > _______________________________________________
>> > Harbour mailing list
>> > Harbour@harbour-project.org
>> > http://lists.harbour-project.org/mailman/listinfo/harbour
>> >
>> >
>>
>>
>>
>> --
>> Massimo Belgrano
>> _______________________________________________
>> Harbour mailing list
>> Harbour@harbour-project.org
>> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
>



-- 
Massimo Belgrano
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to