Re: [Harbour] bcc setting for uniform make system

2009-02-24 Thread Vladislav Lavrecky
Massimo Belgrano wrote: all seem work fine set path=c:\devl\BCC55\BIN;%path% set path=c:\devl\mingw32make;%path% set HB_ARCHITECTURE=win set HB_COMPILER=bcc32 set HB_INSTALL_PREFIX=%~dp0 set HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\bin set HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\lib set HB_INC_INSTALL=%HB_

Re: [Harbour] bcc setting for uniform make system

2009-02-24 Thread Viktor Szakáts
Please update to latest SVN revision, and if still errors, post your log to the list. Brgds, Viktor On Tue, Feb 24, 2009 at 10:15 PM, Massimo Belgrano wrote: > all seem work fine > > set path=c:\devl\BCC55\BIN;%path% > set path=c:\devl\mingw32make;%path% > set HB_ARCHITECTURE=win > set HB_COMPI

Re: [Harbour] bcc setting for uniform make system

2009-02-24 Thread Massimo Belgrano
all seem work fine set path=c:\devl\BCC55\BIN;%path% set path=c:\devl\mingw32make;%path% set HB_ARCHITECTURE=win set HB_COMPILER=bcc32 set HB_INSTALL_PREFIX=%~dp0 set HB_BIN_INSTALL=%HB_INSTALL_PREFIX%\bin set HB_LIB_INSTALL=%HB_INSTALL_PREFIX%\lib set HB_INC_INSTALL=%HB_INSTALL_PREFIX%\include se

Re: [Harbour] bcc setting for uniform make system

2009-02-24 Thread Viktor Szakáts
No idea. Exact same batch works here after correcting the make dir to mine. Could be: - wrong make dir - wrong make.exe in make dir. - older Harbour revision, without the 'install' patch. (pre-2009-02-18 22:00 UTC+0100) - something else. The result may be in the .log file, so if you don't succe