Auto Building MS VC6 Projects

Gerhard Häring gerhard.nospam at bigfoot.de
Wed Jul 25 20:52:43 EDT 2001


On Wed, 25 Jul 2001 12:35:06 -0500, Olaf Meding wrote:
>Microsoft Visual C++ can be automated (COM, OLE) and I would like to use
>Python to automate nightly VC6 builds.
>
>Has anyone does this and is willing/able to share ideas or code?
>Is there any documenation on this somewhere?

IIRC MSVC can export the project information into a Makefile. You could then
simply schedule a simple nightly "nmake -f MyMakefile".

Gerhard
-- 
mail:   gerhard <at> bigfoot <dot> de       registered Linux user #64239
web:    http://highqualdev.com              public key at homepage
public key fingerprint: DEC1 1D02 5743 1159 CD20  A4B6 7B22 6575 86AB 43C0
reduce(lambda x,y: x+y, [chr(ord(x)^42) for x in list('zS^BED\nX_FOY\x0b')])



More information about the Python-list mailing list