老玉米:
cl /FD参数好像在cl的帮助里面都没有提
[阅读: 647] 2005-10-13 09:00:08
看msdn:
/FD (Generate File Dependencies)
The development environment's build system uses the /FD option to ensure that the most reliable dependency information is used when it builds your project.
奇怪的是:在ide得c/c++ project options里面手动加上/FD好像没有用