http://gcc.gnu.org/onlinedocs/gcc/Preprocessor-Options.html#Preprocessor-Options”rel=“nofollow” GNU文件
如果包括许多档案,则使用<代码>-newline”将这一规则分为几行。
After running the following command, why is the output from gcc -M not as expected?
How do I ensure that each dependency appears on a separate line? Thanks for your help in advance.
gcc -Iinc/ -Isrc/ -M -MM src/BitSet.c
BitSet.o: src/BitSet.c
inc/BitSet.h inc/StdDefs.h
我正在视窗上使用海合会4.52(MinGW)。