PDA

View Full Version : Using emake


damien666
28-Jun-2006, 02:53 PM
hi
i'm using emake to build a makefile ( it haven't exceptionlog.pas )

emake.exe -B --el_config"eConfig.eof" Toto.mak

will emake add the exceptionlog.pas to the list "OBJFILES " ?

i don't want to open each project , add exceptionlog.pas and rebuild the makefile

damien

admin
28-Jun-2006, 02:58 PM
Hi,

damien666 wrote:
> hi
> i'm using emake to build a makefile ( it haven't exceptionlog.pas )
>
> emake.exe -B --el_config"eConfig.eof" Toto.mak
>
> will emake add the exceptionlog.pas to the list "OBJFILES " ?
>
> i don't want to open each project , add exceptionlog.pas and rebuild
> the makefile
>
> damien

I'm sorry but currently the command-line compiler working only after have build
the project from the IDE at least one time.

--
Best regards...

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

damien666
28-Jun-2006, 03:54 PM
i activate Eurekalog in the Ide and export the makefile

if i want to build from the makefile i do
emake -B "toto.mak"

it 's possible to use emake to deactivate Eureka when building ?
in a "config.eof"

<!-- EurekaLog First Line
[Exception Log]
EurekaLog Version=516
Activate=0
Activate Handle=1


emake.exe -B --elconfig"config.eof" "toto.mak"


damien

admin
28-Jun-2006, 04:01 PM
damien666 wrote:
> i activate Eurekalog in the Ide and export the makefile
>
> if i want to build from the makefile i do
> emake -B "toto.mak"
>
> it 's possible to use emake to deactivate Eureka when building ?
> in a "config.eof"
>
> <!-- EurekaLog First Line
> [Exception Log]
> EurekaLog Version=516
> Activate=0
> Activate Handle=1
>
>
> emake.exe -B --elconfig"config.eof" "toto.mak"
>
>
> damien

Yes, but the ExceptionLog.pas unit will be also included in the final project
source. To remove it you must always use the IDE.

--
Best regards...

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