Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 gcc makefile 中,您可以使用 -D 标志在编译的程序中指定一个定义。例如,您可以在 makefile 中指定 -DSOMETHING,而不是放置 #define SOMETHING。在 SCons 中这个等价物是什么?
我相信你想要CPPDEFINES构造变量。有关更多详细信息,请参阅SCons 文档页面CPPDEFINES,位于.
CPPDEFINES
我需要在每个之前添加一个空格
<a
如果还没有空格,则在带有 php 的字符串中。
所以这
hello world <a
应该保持原样
但是这个
hello world<a