Try deleting the 2 files plus the corresponding .lib files in the /lib folder, and running nmake - it shouldn't recompile everything unless you've deleted the .obj files, but it might have to relink many of the objects as you will have changed the dates on dependent objects (thats how make/nmake is supposed to work). It won't take very long.
Pete
Bookmarks