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

编译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.kler.cn/a/319706.html

相关文章:

  • [Linux网络编程]10-http协议,分别使用epoll和libevent两种方式实现B/S服务器
  • 【学习日记】notebook添加JAVA支持
  • Linux 下 mysql 9.1 安装设置初始密码 【附脚本】
  • Flink中自定义Source和Sink的使用
  • vue2使用 <component> 标签动态渲染不同的表单组件
  • 微信小程序——01开发前的准备和开发工具
  • Java 微服务框架 HP-SOA v1.1.4
  • 【网络】高级IO——Reactor版TCP服务器
  • 刷题训练之栈
  • 系统敏感信息搜索工具(支持Windows、Linux)
  • Unnity IOS安卓启动黑屏加图(底图+Logo gif也行)
  • docker中搭建nacos并将springboot项目的配置文件转移到nacos中
  • 流 Stream
  • 代码随想录算法训练营第二十天 | Java |530.二叉搜索树的最小绝对差、501.二叉搜索树中的众数、236. 二叉树的最近公共祖先
  • 聚观早报 | 小米三折叠手机专利曝光;李斌谈合肥投资蔚来
  • K8S服务发布
  • 操作系统 | 学习笔记 | | 王道 | 5.3 磁盘和固态硬盘
  • Qwen大型语言模型系列的最新成果 ----Qwen2.5
  • 设备稳定流畅视频体验,乐鑫ESP32-S3芯片方案无线音视频传输通信
  • docker和docker-compose安装
  • 【计算机网络】理解应用层协议HTTP
  • Codeforces 1338A —— Powered Addition 题解
  • 持续学习与创新能力的双重提升
  • javaseday31多线程
  • Node.js 学习 path模块、fs模块、npm软件包管理器、导出、导入
  • 通信工程学习:什么是VPN虚拟专用网络