and how can create contrib for either open watcom,mingw
CD \HARBOUR\CONTRIB
Echo ----------contrib---------
CALL MAKE_??_ALL CLEAN
CALL MAKE_??_ALL
CALL MAKE_??_ALL INSTALL

SH MAKE_GCC_ALL?


2009/2/17 Viktor Szakáts <harbour...@syenar.hu>:
>> set PATH=C:\devl\msys\1.0\bin;C:\devl\MinGW\bin;%PATH%
>> set HB_ARCHITECTURE=win
>> set HB_COMPILER=mingw
>> set HB_USER_LDFLAGS=-s
>> cd \harbour
>> MAKE_GNU clear
>> MAKE_GNU
>
> You should replace last two lines with:
> sh make_gnu.sh clean install
>
> I think we should delete make_gnu.bat from the
> repository as it's rather confusing than useful.
> mingw is best used with msys, otherwise some
> things won't work and hacks are needed to make
> work even the basic functionality. Any thoughts
> regarding this?
>>
>> My log for open watcom is
>> set HB_ARCHITECTURE=win
>> set HB_COMPILER=owatcom
>> SET WATCOM=c:\devl\watcom
>> SET PATH=%WATCOM%\BINP;%WATCOM%\BINW;%PATH%
>> SET BEGINLIBPATH=%WATCOM%\BINP\DLL
>> SET EDPATH=%WATCOM%\EDDAT
>> SET INCLUDE=%WATCOM%\H\OS2;%WATCOM%\H
>> REM SET LIB=
>> SET HELP=%WATCOM%\BINP\HELP;%HELP%
>> SET BOOKSHELF=%WATCOM%\BINP\HELP;%BOOKSHELF%
>
>
> See comments here:
>>
>> set HB_BIN_INSTALL=\harbour\bin\ <==== Use full path here, with drive
>> letter
>> set HB_LIB_INSTALL=\harbour\lib\ <==== Use full path here, with drive
>> letter
>> set HB_INC_INSTALL=\harbour\include\ <==== Use full path here, with drive
>> letter
>> cd \harbour
>> MAKE_GNU clear
>> MAKE_GNU
>
> Last two lines:
> make clean > nul
> make install %1 %2 %3 -r SHELL=%COMSPEC%
> Also very important to have a proper GNU make.exe in
> the path. mingw-make.exe will do if you rename it the
> make.exe.
> Brgds,
> Viktor
>
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> 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
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to