Menu

Little modification to bcc makefile

Anonymous
2011-07-18
2013-05-28
  • Anonymous

    Anonymous - 2011-07-18

    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.

     
  • Thomas Mertes

    Thomas Mertes - 2011-08-07

    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

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.