How detect HB_COMPILER
Search compiler's bcc32.exe in path?

In case of bcc, yes. See config/global.mk and utils/hbmk2/hbmk2.prg.

Brgds,
Viktor


2009/8/20 Viktor Szakáts <[email protected]>:
Hi Antonio,

Viktor,

We use this batch file to build Harbour:

build.bat

SET PATH=c:\bcc55\bin;%PATH%
SET HB_COMPILER=bcc
c:\mingw\bin\mingw32-make install

and we get lots of these warnings:
The file cannot be copied onto itself

Any hints ? thanks

Yes, just ignore them, or set HB_INSTALL_PREFIX to some location.

You can drop 'set HB_COMPILER=bcc' it will be automatically detected.

Brgds,
Viktor

_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour




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

Reply via email to