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 make[1]: [install] Error 1 (ignored) Butt all files are compiled 2009/2/24 Viktor Szakáts <[email protected]>: > 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 <[email protected]> > 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 >> [email protected] >> http://lists.harbour-project.org/mailman/listinfo/harbour > > > _______________________________________________ > Harbour mailing list > [email protected] > http://lists.harbour-project.org/mailman/listinfo/harbour > > -- Massimo Belgrano Albo Nazionale Informatici Professionisti 2620 Socio 2843 Associazione Informatici prof. Analisi e sviluppo software per Lan e Web Consulenza informatica - Formazione Delta Informatica S.r.l. http://www.deltain.it Via Torelli,31 - 28100 Novara - Tel: 0321/30281 _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
