Search code examples
c++builderlibjpeg

Has anyone successfully built libjpeg with recent versions of CodeGear/Embarcadero RAD Studio?


It apparently used to compile with Borland's C++ Builder, but that was a long time ago. Now I need to get it compiling with bcc32 for use in a bit of code that was /intended/ to be cross-compiler.

Anyone done it already and want to give me some pointers?


Solution

  • Simply modifying the makefile in makefile.bcc appears to be sufficient.

    • remove the os2/dos check (# Are we under DOS or OS/2?)
    • set the compiler name to bcc32 instead of bcc