- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
nmake(NMAKE)
nmake(NMAKE)
Nmake usage
Makefile tutorial nmake command compiler usage
I. Introduction
We have become accustomed to the powerful IDE provided by Microsoft, and we have rarely considered manual linking projects. The so-called technology is not pressing, and when you are free, you can follow me to understand the command line compiling.
C/C++/VC++ programmer or Unix/Linux programming experience should be very familiar with, before I wrote an article describing the use of csc/vbc to carry out the command line, today to introduce MS to provide more efficient and effective compiler tool NMake.
Description of MSDN: the Microsoft program maintenance utility (NMAKE.EXE) is a 32 bit tool for generating projects based on commands contained in an instruction file.
NMake has rich options for complex compilation operations. It can distinguish between source code changes and selective compilation, which saves you a lot of unnecessary compile time.
Two use NMAKE
Syntax: NMAKE, [options], [macros], [targets], [@commandfile]
Explanation: options is the NMAKE option, macros is the macro definition in the command line, targets is the list of NMAKE target files, and commandfile is the text file (or response file) that contains the command line input.
NMAKE uses the Makefile (the generated file, usually the name makefile) that specifies the /F option; if the /F option is not specified, use the Makefile in the current directory. If no Makefile is specified, the NMAKE generates the command line targets using the inference rules.
NMake itself is simple, and NMAKE matches the Makefile. Makefile syntax is more complex, usually requires developers to manually write their own Makefile, the next section we explain in detail Makefile.
The above options and macros do MSDN links, more content, please consult the relevant page, you can enter here from the NMake MSDN help page, online help here.
Writing MAKEFILE
Note: the content of this section is from MSDN. Friends who are familiar with this secti
您可能关注的文档
- 2006年全国各地高考题(语音)完全详解汇编.txt1(In 2006, the national college entrance examination questions (voice) fully detailed assembly,.Txt1).doc
- 2006年林业系统工人技师培训森林管护试题(Forestry system workers, technicians training, forest protection and management questions in 2006).doc
- 2006年海淀区高三理综二模(化学部分)(In 2006 the Haidian District Middle School Science (Chemistry) the second mock exam).doc
- 2007-2008年南京市高三英语摸底调研考试成绩表(2007-2008 years of Nanjing City Senior English survey survey results).doc
- 2007–2008学年第一学期植科`资环(普高)专业植物生理生化试卷(a)卷(In the first semester of the 2007 - 2008 academic year, the department specialized in plant physiology and Biochemistry (a)).doc
- 2007年4月全国计算机等级考试二级java笔试(In April 2007, the National Computer Rank Examination two level java written examination).doc
- 2007年小升初小学英语语法复习要点归纳(In 2007, elementary school English grammar review points are summarized).doc
- 2008年10月自考语言学概论试题(An introduction to Linguistics in October 2008).doc
- 2008初中毕业体育考试定量项目成绩评价标准(2008, junior high school graduate sports examination quantitative project performance evaluation standards).doc
- 2008年高考作文经典人物素材(2008 college entrance examination composition classic material).doc
- mysql数据类型(MySQL data type).doc
- nfa转化为dfa(NFA is converted to DFA).doc
- notepad++搜索(Notepad++ search).doc
- notepad++正则表达式替换字符串详解(Notepad++ regular expression replacement string detailed).doc
- ntfs与fat32有什么区别(What's the difference between NTFS and FAT32).doc
- oa名词解释(OA noun interpretation).doc
- office_页码设置(Office_ page settings).doc
- ongl入门介绍(Introduction to ongl).doc
- on learning the chiese language(on learning the churches language).doc
- ongl简介(ongl简介).doc
最近下载
- 直流直流变换器.ppt VIP
- 数学(江苏专用理科提高版)大一轮复习自主学习:第48课 直线与平面、平面与平面的垂直Word版含解析.docx VIP
- 华为的渠道体系.docx VIP
- 2025届网易游戏雷火秋季校园招聘全球启动笔试参考题库附带答案详解.doc
- GB14881-2025食品安全国家标准培训大纲.pptx VIP
- YY_T 0489-2023 一次性使用无菌引流导管及辅助器械.pdf VIP
- GB/T 32620.1-2016_电动道路车辆用铅酸蓄电池 第1部分:技术条件.pdf
- 沥青路面施工方案.docx
- 超星尔雅学习通《实验室安全准入教育》章节和期末考试答案.docx VIP
- KappaandGRR简介.ppt VIP
文档评论(0)