On 12/8/2010 2:28 PM, Gabriel Petrovay wrote:
What does "Visual Studio Non-Incremental Link" mean in the below output?
In the link command below you can see the /INCREMENTAL /DUMMY options.
I explicitly added them now but still the same behaviour:

It means what it says. It means it is doing a non-incremental link. It is doing that because /DUMMY != /YES.
What can it be the problem that I still get:
LINK : updtestdriver.exe not found or not built by the last
incremental link; performing full link
It is not doing an incremental link, so it is not doing incremental links....


?
????


-Bill
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to