当前位置: 首页 > news >正文

编译win2k3中tools目录下i386mk.inc文件的作用

编译win2k3中tools目录下i386mk.inc文件的作用

在Windows Driver Kit(WDK)的根安装目录下,这些文件存储在bin子目录中。
在这些文件中,有特定于该目标的优化规则或汇编指令。可能还需要额外的链接标志、资源编译器标志或C预处理器规则。
通常,不应编辑(平台)mk.inc文件,因为在源文件中可以使用宏来覆盖所有(平台)mk.inc设置。如果要更改优化,请使用MSC_optimization。如果要更改链接器标志,请使用linker_flags。

https://learn.microsoft.com/en-us/previous-versions/ff557178(v=vs.85)

(Platform)mk.inc File

  • Article
  • 05/04/2011

For each platform, there is a special make file:

  • i386mk.inc for an x86 platform

  • ia64mk.inc for an Itanium-based platform

  • amd64mk.inc for an x64-based platform

  • armmk.inc for the ARM platform

Under the root installation directory of the Windows Driver Kit (WDK), these files are stored in the bin subdirectory.

In these files, there are optimization rules or assembler instructions that are specific for that target. There may also be extra link flags, resource compiler flags, or C preprocessor rules that are required.

In general, you should not edit the (Platform)mk.inc files, because there are macros that can be used in your Sources files to override all the (Platform)mk.inc settings. If you want to change the optimization, use MSC_OPTIMIZATION. If you want to change linker flags, use LINKER_FLAGS.

http://www.lryc.cn/news/446411.html

相关文章:

  • IPSec隧道协议学习(一)
  • 计网作业3
  • 什么是注入攻击???
  • 牛客小白月赛101(A~E)
  • MFC设置特定控件字体大小和背景颜色
  • 专题八_链表_算法专题详细总结
  • Vue3使用vue-quill富文本编辑器实现图片大小调整
  • 感知笔记1:ROS 视觉- 跟随红球
  • JAVA多线程机制
  • Element-plus安装及其基础组件使用
  • [产品管理-38]:创意、市场机会、商业可行性的区别
  • 开源标注工具
  • 数据结构讲解二叉树 【一】
  • MATLAB基础应用精讲-【数模应用】OR值
  • [vulnhub] w1r3s.v1.0
  • c#中的功能优势
  • Windows系统设置定时任务,周期性执行.bat文件
  • xQTLs 共定位分析(XQTLbiolinks包)
  • 网络工程(学习记录)
  • 全志A133 android10 适配EC20 4G模块
  • 数据分析:Python语言网络图绘制
  • 使用ChatGPT引导批判性思维,提升论文的逻辑与说服力的全过程
  • vue限定类型上传文件 最简单实践(单个可文件、可图片)
  • 【GUI设计】基于图像分割和边缘算法的GUI系统(7),matlab实现
  • 未来之窗VOS编程工具让你的工作效率翻倍———未来之窗行业应用跨平台架构
  • 分布式数据库——HBase基本操作
  • Go语言并发编程中的超时与取消机制解析
  • Unity3D UIdocument如何改变层级详解
  • Debian与Ubuntu:深入解读两大Linux发行版的历史与联系
  • GPU服务器本地搭建Dify+xinference实现大模型应用