run an app before compiling

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

run an app before compiling

2,165 次查看
bob_s
Contributor III
Is there a way to have CW run an application before it starts a compile? Thanks, Bob
标签 (1)
0 项奖励
回复
2 回复数

788 次查看
bob_s
Contributor III
Sorry, forgot to include my CW rev is 8.1.
0 项奖励
回复

788 次查看
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 项奖励
回复