According to the manual for codewarrior ("C:\Program 
Files\Metrowerks\CodeWarrior\CodeWarrior Manuals\HTML\CodeWarrior_Manuals.chm" 
on my installation) you can script codewarrior to do automated builds and the 
like. It talks about using the OLE/COM object viewer to look for interface 
definitions of objects you can script using vbs/jscript (using wscript.exe on 
windows at least). The tool comes with Visual C++ and the like, but I'm sure 
you can download it from somewhere - it's called OLEVIEW.EXE 

You may wish to use the OLE/COM object viewer for interface definitions of 
scriptable objects; I noticed there were objects like "CodeWarriorProject" and 
"CodeWarriorTarget" which may allow you to add files from a script and get it 
to compile.

I've only played around with getting a basic project to build, using the 
examples in the help file; it may be possible to add files on the fly.

Hope that was of some use to you :-)

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of cp
Sent: 22 September 2005 06:02
To: Palm Developer Forum
Subject: command line building for metrowerks


is there any way I can use commandline to build my metrowerks codewarrior palm 
project ? I know cmdide.exe  does the trick. But is it possible to add new 
source/header files in this type of process ? 
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to