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
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to