简体   繁体   中英

Project containing makefile in Visual Studio 2013

I have an existing codebase containing a makefile and would like to work on it under Visual Studio 2013. Is it possible? If yes how do I do it? I tried following these instructions but there is no "Add to project" under "Project". I also tried creating a project from existing source code and the make file didn't get added.

Visual Studio 2013

I would recommend you to recreate new project inside Visual Studio. Create empty project and after that add all your sources. Going this way you will be "on the Microsoft path" - ie you will have relatively small chance of hitting bugs, problems, etc.

Most likely using external makefile is possible but be ready to spend time in investigating differences in implementation, finding cause of mysterious effects, etc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM