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

Reply via email to