Builiding a device driver non interactively

  • Thread starter Thread starter Ashish Sharma
  • Start date Start date
A

Ashish Sharma

Hi,
Our system build has 600 components all in VC++ that are build non
interactively( without human intervention) using script files running
omake - OPTIONS xx.mak.

Adding a windows device driver is posing problem because after the call to
setenv.bat , the batch file stops executing and doesnt process commands like
"build sources".
Has anyone attempted a non intewractive build mechanism. Your help is very
much appreciated.
Thanks
Ashish
 
Back
Top