if.rbuild

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

RBUILD
14
字号
<?xml version="1.0" ?>
<project name="Project" makefile="Makefile">
	<if property="VAR1" value="value1">
		<compilerflag>compilerflag1</compilerflag>
	</if>
	<module name="module1" type="buildtool">
		<if property="VAR2" value="value2">
			<compilerflag>compilerflag2</compilerflag>
			<file>file1.c</file>
		</if>
		<file>file2.c</file>
	</module>
</project>

⌨️ 快捷键说明

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