📄 if.rbuild
字号:
<?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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -