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_INSTALL_PREFIX%\include
set SHLVL=
make clean> nul
make install>MAKE_BCC.LOG


executing batch file add a 1!
C:\harbour>make install 1>MAKE_BCC.LOG
Hi Massimo

1 - just mean STDOUT redirection (default for output redirection),
http://technet.microsoft.com/en-us/library/bb490982.aspx - small topic about redirection

Brgds,
Vlad
make[1]: [install] Error 1 (ignored)

Butt all files are compiled

2009/2/24 Viktor Szakáts <harbour...@syenar.hu>:
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 succeed, it's worth a check.
BTW '-r' switch isn't needed anymore for make,
just delete it.
Brgds,
Viktor

On Tue, Feb 24, 2009 at 9:43 PM, Massimo Belgrano <mbelgr...@deltain.it>
wrote:
Wich is bcc setting for using bcc with new make system)
rem 1) You need to have MinGW 'make.exe' in your path.
rem 2) Run from the Harbour source root dir.
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
set SHLVL=
make clean > nul
make install -r >MAKE_BCC.LOG

C:\harbour>make clean    1>nul

C:\harbour>make install -r  1>MAKE_BCC.LOG
make[1]: [install] Error 1 (ignored)



--
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







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

Reply via email to