run an app before compiling

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

run an app before compiling

2,159 Views
bob_s
Contributor III
Is there a way to have CW run an application before it starts a compile? Thanks, Bob
Labels (1)
0 Kudos
Reply
2 Replies

782 Views
bob_s
Contributor III
Sorry, forgot to include my CW rev is 8.1.
0 Kudos
Reply

782 Views
J2MEJediMaster
Specialist I
You may want to examine the sample code in the (CodeWarrior Examples) directory of your CodeWarrior installation. Usually there's one example that uses the command-line version of the IDE and a makefile script to build a program. You'd modify the script to add your own programs. If you were talking about running a program prior to linking, the Target Settings panel lets you specifiy a program that the IDE executes before it links the object files.

---Tom

0 Kudos
Reply