CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2009
    Location
    korea suncheon
    Posts
    25

    Smile Visual Studio 2k8 deal with makefile

    Visual Studio 2k8 deal with makefile

    Hi there
    my question could be looks dummy
    but anyway..
    I want to compile project which is in sf.net
    but many of them include makefile and I can't build with Visual Studio by just

    putting them all into new project.
    is there any way I can compile the project which include makefile with Visual Studio?
    or could somebody let me know how I can compile such a project?

    I try Eclipse+CDT+Mingw
    Eclipse+CDT from http://www.eclipse.org/downloads/download.php?

    file=/technology/epp/downloads/release/galileo/SR2/eclipse-cpp-galileo-SR2-win32.zip
    and Mingw from
    http://sourceforge.net/downloads/min...staller/MinGW%

    205.1.6/MinGW-5.1.6.exe/

    but I dont know how can I build the project
    anybody have a solution? or document?

  2. #2
    Join Date
    Feb 2003
    Location
    Iasi - Romania
    Posts
    8,234

    Re: Visual Studio 2k8 deal with makefile

    Take a look in MSDN at NMAKE Reference.
    Ovidiu
    "When in Rome, do as Romans do."
    My latest articles: https://codexpertro.wordpress.com/

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