Click here to Skip to main content
15,887,331 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hi there!
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? Could somebody let me know how I can compile such a project?

I tried 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 still don't know how can I build the project. Anybody have a solution or document?
Posted
Updated 21-Jun-10 22:31pm
v3

1 solution

Why don't you just start a new appropriate Visual Studio project, and move the code into it?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900