I just tested the compile from source code. I did not work so well as the depend stopped with an error. I managed to run it with a little modification:
GET_CC_VERSION_INFO = bcc32.exe -h>
The file is mk_bcc32.mak and my version of bcc32 is 6.71.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thank you for the information (Sorry for the delay). Currently i have no possibility to test bcc32
version 6.71. In the past I used mk_bcc32.mak and it worked, but I do not remember the
werson of bcc32. I test bcc32 version 5.5.1 with mk_bccv5.mak and
GET_CC_VERSION_INFO = bcc32.exe >
works with it. Bcc32 version 5.5.1 does not know the option -h, therefore bcc32 -h writes:
Error E2075: incorrect command line option: -h
Which error message stopped your 'make depend'?
Did you use the 'make' utility from Embarcadero (Borland)?
I will use your change in the next version. Hopefully it does not create problems with
other versions of bcc32.
Greetings Thomas Mertes
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I just tested the compile from source code. I did not work so well as the depend stopped with an error. I managed to run it with a little modification:
The file is mk_bcc32.mak and my version of bcc32 is 6.71.
Thank you for the information (Sorry for the delay). Currently i have no possibility to test bcc32
version 6.71. In the past I used mk_bcc32.mak and it worked, but I do not remember the
werson of bcc32. I test bcc32 version 5.5.1 with mk_bccv5.mak and
GET_CC_VERSION_INFO = bcc32.exe >
works with it. Bcc32 version 5.5.1 does not know the option -h, therefore bcc32 -h writes:
Error E2075: incorrect command line option: -h
Which error message stopped your 'make depend'?
Did you use the 'make' utility from Embarcadero (Borland)?
I will use your change in the next version. Hopefully it does not create problems with
other versions of bcc32.
Greetings Thomas Mertes