Thread: Build a visual studio project from console

  1. #1
    Registered User
    Join Date
    Dec 2005
    Posts
    167

    Build a visual studio project from console

    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 ?

  2. #2
    Kernel hacker
    Join Date
    Jul 2007
    Location
    Farncombe, Surrey, England
    Posts
    15,677
    Have a look at this page:
    http://msdn2.microsoft.com/en-us/lib...y7(VS.80).aspx

    --
    Mats
    Compilers can produce warnings - make the compiler programmers happy: Use them!
    Please don't PM me for help - and no, I don't do help over instant messengers.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. how to compile projects ?
    By manzoor in forum C++ Programming
    Replies: 31
    Last Post: 10-15-2008, 11:52 AM
  2. Avoiding Global variables
    By csonx_p in forum Windows Programming
    Replies: 32
    Last Post: 05-19-2008, 12:17 AM
  3. Errors with including winsock 2 lib
    By gamingdl'er in forum C++ Programming
    Replies: 3
    Last Post: 12-05-2005, 08:13 PM
  4. Stupid compiler errors
    By ChrisEacrett in forum C++ Programming
    Replies: 9
    Last Post: 11-30-2003, 05:44 PM
  5. Visual Studio Project File Converter?
    By Geolingo in forum C++ Programming
    Replies: 2
    Last Post: 10-02-2003, 08:01 PM