[python-win32] Regarding build of code using Visual Studio in python

2009-06-16 Thread a h
Hi all 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. Thanx in advance. thnx regds ah

Re: [python-win32] Regarding build of code using Visual Studio in python

2009-06-16 Thread Tim Golden
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

Re: [python-win32] Regarding build of code using Visual Studio in python

2009-06-16 Thread Tim Roberts
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. As long as you have the environment variables

[python-win32] Regarding build of code using Visual Studio in python

2009-06-15 Thread a h
Hi all 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. Thanx in advance. thnx regds ah