0

I have set up a make project, and I can build my project.

But I have a problem: When I build my project, It is always rebuild (if it is the newest, it will rebuild all the same)?

I have set the Make Config: enter image description here

The Build Log doesn't show the command line "nmake -q -f makefile.nmake", just show the command line "nmake -f makefile.nmake";

thank you for your response.

PS: My English is poor, I don't know did I describe the problem clearly?

4

1 に答える 1

0

あなたのプロジェクトがどれほど大きいかは言いませんでした。

とにかく、いくつかの IDE はコードを解析するときにファイルに触れています。これにより、makefile はファイルが変更されていると認識し、再構築する必要があります。

再構築を防ぐには?わからない。別の IDE を使用するか、プロジェクトに makefile を使用しないでください。開いているファイルに対して再構築が行われる場合があります。

于 2012-05-25T08:15:59.997 に答える