Re: [Harbour] hbmk2 and aflag

2009-07-19 Thread Viktor Szakáts
> Now I found it's works from command line > f.e. > hbmk2 mybiglib.hbp -aflag=/P32 -trace > > So it is strange for me, why hbmk, does not support an aflag choice from hbc > > {bcc}cflags=-c -q -d -Q -w -w-sig -w-8004 -tW -tWM -5 -6 -O2 -OS -Ov -Oi -Oc > {bcc}aflag=/P32 > {mingw}cflags=-c -Wall -W -

Re: [Harbour] hbmk2 and aflag

2009-07-19 Thread Petr Chornyj
Petr Chornyj wrote: > > How we can pass /P32(64) to tlib - I try with aflag but without success? > Now I found it's works from command line f.e. hbmk2 mybiglib.hbp -aflag=/P32 -trace So it is strange for me, why hbmk, does not support an aflag choice from hbc {bcc}cflags=-c -q -d -Q -w -w-s

[Harbour] hbmk2 and aflag

2009-07-19 Thread Petr Chornyj
Hi, Viktor I try to build static library with hbmk2 and bcc. Library was created, but I get this message Warning: library was too large for page size, rebuilt with page size 32 How we can pass /P32(64) to tlib - I try with aflag but without success? Regards, Petr -- View this message in cont