Automating MSDEV studio build process

Bjorn Pettersen BPettersen at NAREX.com
Fri Jul 12 18:11:09 EDT 2002


> From: Trent Mick [mailto:trentm at ActiveState.com] 
> 
> [Bjorn Pettersen wrote]
> > Does anyone have any experience automating a nightly build process 
> > using Python in combination with MSDevStudio? I remember some 
> > discussion here about it a while ago, but I couldn't find any 
> > reference to it through Google...
> 
> You don't need to bother with generating makefiles and 
> calling nmake. You can just call 'msdev' directly on your 
> .dsw or .dsp files to build them.
> 
> 
> H:\>msdev /?
[snip]

Well, I'll be darned. Who'd have thought ms would have useful command
line tools <wink>.

Thanks for the tip!

-- bjorn





More information about the Python-list mailing list