[python-win32] Regarding build of code using Visual Studio in python
Tim Golden
mail at timgolden.me.uk
Tue Jun 16 09:54:44 CEST 2009
a h wrote:
> I have a C source code, i want to build it using Visual Studio without using
> its IDE. Actually i want to know that how do i write code/script in python
> so that it builds my "source.c" file and provides me "source.obj" and
> "source.exe" files.
If that's really all you want, you don't really need much
of a tool. But since it's easy enough, have a look at scons:
http://www.scons.org/
TJG
More information about the python-win32
mailing list