CW08 5.1 - Running SubWCRev during build

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

CW08 5.1 - Running SubWCRev during build

ソリューションへジャンプ
3,015件の閲覧回数
ChrisL
Contributor I
Hi-
I want to set up my current project so Codewarrior will run SubWCRev before each build (to include version info in my source files). Is there a fairly easy way of doing this? Thanks
 
--
Alban Edit: Added CW core and version in message subject.

Message Edited by Alban on 2007-03-26 09:28 PM

ラベル(1)
タグ(1)
0 件の賞賛
返信
1 解決策
1,906件の閲覧回数
CrasyCat
Specialist III
Hello
 
There is no easy way to execute a specified batch file (executable) prior to building from the IDE.
You will have to start the executable manually before building.
 
Alternatively you can decide to build using a make file instead of using the IDE for building.
Inside of a make file the target BEFORE is executed prior to the build.
 
CrasyCat

元の投稿で解決策を見る

0 件の賞賛
返信
3 返答(返信)
1,906件の閲覧回数
Alban
Senior Contributor II
Hello Chris and welcome,
 
You must have missed the discreet message put at the top and in capitals. I invite you to read it:

Following the simple rules will allow the question to be considered by others and quicker replies. Answers are not necessarily the same on each core.

Regards, Alban.

--
Edit: link colour to scheme
Message Edited by Alban on 2007-03-26 08:18 PM
--
Alban Edit: Added CW core and version in message subject.

Message Edited by Alban on 2007-03-26 09:29 PM

1,906件の閲覧回数
ChrisL
Contributor I
My mistake-all development is being done in Codewarrior for Freescale HC08 V5.1. Target is an HCS08 core (using an MC9S08GB60A to be exact).
 
--
Alban Edit: Added CW core and version in message subject.

Message Edited by Alban on 2007-03-26 09:30 PM

0 件の賞賛
返信
1,907件の閲覧回数
CrasyCat
Specialist III
Hello
 
There is no easy way to execute a specified batch file (executable) prior to building from the IDE.
You will have to start the executable manually before building.
 
Alternatively you can decide to build using a make file instead of using the IDE for building.
Inside of a make file the target BEFORE is executed prior to the build.
 
CrasyCat
0 件の賞賛
返信