PDA

View Full Version : Using emake


John Trevor
10-Mar-2006, 03:35 AM
Hi, I just started trialing EL and am having an issue with emake.
Can emake be used with any makefile or must it be used with one generated by BCB? Are there any special lines emake is looking for in the makefile?

admin
10-Mar-2006, 05:50 AM
Hi,

John Trevor wrote:
> Hi, I just started trialing EL and am having an issue with emake.
> Can emake be used with any makefile or must it be used with one
> generated by BCB? Are there any special lines emake is looking for in
> the makefile?

Usually it works with make files created with C++Builder IDE or with
BPR2MAK.exe tool.

It check for the following XML fields:

1)... LFLAGS (Linker Flags);
2)... PROJECT (Project File) - Only C++Builder 5/6
3)... Complex search for Project File - Only C++Builder 2006

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!

John Trevor
12-Mar-2006, 11:21 PM
Fabio

Thanks for that -- I had tried adding the PROJECT - but that didn't work. After a bit of testing I found you needed to have a BPF file as well. Once I had created one and turned on EUREKALOG I was able to use emake.

admin
13-Mar-2006, 07:38 AM
Hi,

John Trevor wrote:
> Fabio
>
> Thanks for that -- I had tried adding the PROJECT - but that didn't
> work. After a bit of testing I found you needed to have a BPF file as
> well. Once I had created one and turned on EUREKALOG I was able to use
> emake.

Perfect! ;)

--
Best regards...

Fabio Dell'Aria.
----------------
http://www.eurekalog.com
Catch every BUG, every time!