Vcxproj2makefile converts a VC project file into a makefile, which is called by nmake.

Source: Internet
Author: User

After searching, almost no such software is available. Microsoft's vs2010 does not support this very practical function.

In fact, the Project Properties of VC under vs2010, C/C ++'s command line contains the command line, followed by cl.exe, followed by the price file name, when there is a link, you can manually compile link.exe at the previous price.

However, the GUI method is troublesome. In fact, you can obtain these parameters and all functions from vcxproj. Vcxproj is an XML file.

You only need to extract some key information from the XML file and output it to the MAKEFILE file.

The required library has XML

Makefile for nmake specifications are required.

In this way, you can write such software. Currently, I am writing, and wait for the release to be completed.

 

There is also a small foreign http://www.codeproject.com/Articles/28908/Tool-for-Converting-VC-2005-Project-to-Linux-Makef software online, it is estimated that it is good, but I am prompted that no dll can be compiled, back to find, then, a function for converting vs2010 to GNU makefile and nmake mkefile is released.

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.