freeldr_main.rbuild

来自「一个类似windows」· RBUILD 代码 · 共 22 行

RBUILD
22
字号
<module name="freeldr_main" type="objectlibrary">
	<include base="freeldr_main">include</include>
	<include base="ntoskrnl">include</include>
	<define name="__USE_W32API" />
<!--	
	<define name="DEBUG" />
-->
	<define name="_NTHAL_" />
	<compilerflag>-ffreestanding</compilerflag>
	<compilerflag>-fno-builtin</compilerflag>
	<compilerflag>-fno-inline</compilerflag>
	<compilerflag>-fno-zero-initialized-in-bss</compilerflag>
	<compilerflag>-Os</compilerflag>
	<file>bootmgr.c</file>
	<file>drivemap.c</file>
	<file>miscboot.c</file>
	<file>options.c</file>
	<file>linuxboot.c</file>
	<file>oslist.c</file>
	<file>custom.c</file>
</module>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?