Nmake vs msbuild

Source: Internet
Author: User

Nmake and msbuild are both command line automatic compilation systems with similar functions. Now VS 2005 has adopted the msbuild system.
The nmake format is straightforward and the file is simple:
Proxy. OBJ: .. \ proxy. C .. \ putty. h .. \ Network. h .. \ proxy. h .. \ puttyps. h \
.. \ Misc. h .. \ windows \ winstuff. h .. \ Mac \ macstuff. h \
.. \ MacOSX \ OSX. h .. \ UNIX \ Unix. h .. \ puttymem. h .. \ tree234.h \
.. \ Windows \ winhelp. h .. \ charset. h
CL $ (compat) $ (cflags) $ (xflags)/C .. \ proxy. c

Msbuild uses XML files:
<Compile include = "form1.cs">
<Subtype> form </subtype>
</Compile>
<Compile include = "form1.designer. cs">
<Dependentupon> form1.cs </dependentupon>
</Compile>

Compared with the two, msbuild is a rising star, but it feels that it is more difficult to manually edit the file than the former. If it is purely an IDE, it is of course no problem to maintain the file, but it makes trouble for developers who need manual configuration. Read/Enter lengthy XML tags. Msbuild may bring a lot of innovation, but I have to regret that he is more away from humans.
Some people complained on the Internet:

Http://blog.manno.org/2006/05/18/why-msbuild/

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.