Relinking every single run in VS.NET

Started by
0 comments, last by antareus 21 years, 1 month ago
I have two static libraries linking into an EXE. Normally when working I''ll make some changes and then hit F7 to build the solution. .Net does its usual silliness with "up to date," "up to date," (BTW can you turn that off? If its up to date I don''t want to hear about it!) and then every single time links. Worse, I hit F5 to launch into debug mode, it wants to relink *again*, as if I could have made a change in the past 2 seconds. How do I stop the insanity?
--God has paid us the intolerable compliment of loving us, in the deepest, most tragic, most inexorable sense.- C.S. Lewis
Advertisement
For future reference:

If you use macros in the linker input section, it will relink everytime.
--God has paid us the intolerable compliment of loving us, in the deepest, most tragic, most inexorable sense.- C.S. Lewis

This topic is closed to new replies.

Advertisement