run an app before compiling

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

run an app before compiling

2,160件の閲覧回数
bob_s
Contributor III
Is there a way to have CW run an application before it starts a compile? Thanks, Bob
ラベル(1)
0 件の賞賛
返信
2 返答(返信)

783件の閲覧回数
bob_s
Contributor III
Sorry, forgot to include my CW rev is 8.1.
0 件の賞賛
返信

783件の閲覧回数
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 件の賞賛
返信