Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Post-Build Step
Post-Build Step [message #195377] Wed, 21 February 2007 16:06 Go to next message
Eclipse UserFriend
Originally posted by: jonathan.orditz.selectron.ch

Hi,

I want to use the Post-Build Step in order to modify some things on my
executable.

To make these changes I need to call to different tools, but I can only
write one line in the Post-Build Step ! So the question: it is possible to
write more than one line for the Post-Build Step:
Command1.exe
Command2.exe, etc...

I have tried to call a batch File but then the ${variables} are not
replaced by their values...

Could someone help me to solve this problem ?

Thanks in advance...

Jonathan
Re: Post-Build Step [message #195415 is a reply to message #195377] Wed, 21 February 2007 17:50 Go to previous message
Eclipse UserFriend
Originally posted by: jacek.pospychala.pl.ibm.com

Jonathan,
do you mean Post-Build Step featured by Eclipse C/C++ Development
Tooling (CDT)?
It's best to ask on platform.tools.cdt then.

Anyway if the ${variables} are replaced only on command line, then you
could try call your bach file with them as an argument, and then inside
the batch refer to command line arguments.

Jonathan napisał(a):
> Hi,
>
> I want to use the Post-Build Step in order to modify some things on my
> executable.
>
> To make these changes I need to call to different tools, but I can only
> write one line in the Post-Build Step ! So the question: it is possible
> to write more than one line for the Post-Build Step:
> Command1.exe
> Command2.exe, etc...
>
> I have tried to call a batch File but then the ${variables} are not
> replaced by their values...
>
> Could someone help me to solve this problem ?
>
> Thanks in advance...
>
> Jonathan
>
Previous Topic:Which component to use...
Next Topic:proxy for command line update manager
Goto Forum:
  


Current Time: Sat Apr 27 04:59:58 GMT 2024

Powered by FUDForum. Page generated in 0.08586 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top