How can I build a Visual C project from console?
The thing is: does VC generate some kind of makefile that can be run from console or I have to do it all myself ?
Printable View
How can I build a Visual C project from console?
The thing is: does VC generate some kind of makefile that can be run from console or I have to do it all myself ?
Have a look at this page:
http://msdn2.microsoft.com/en-us/lib...y7(VS.80).aspx
--
Mats