CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Make file

  1. #1
    Join Date
    Mar 2004
    Location
    India
    Posts
    276

    Make file

    Hi all,
    can anybody tell how to create a MakeFile in VC++?

    Thanks in advance
    Poorni
    Life is like riding a bicycle To keep ur Balance u have to keep riding.

  2. #2
    Join Date
    Sep 2002
    Location
    Maryland - Fear The Turtle!
    Posts
    7,537
    easy way...

    project->export makefile

    otherwise by hand...

    http://msdn.microsoft.com/library/de..._reference.asp

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured