Results 1 to 3 of 3

Thread: How do I re-build just 1 or 2 .dll files using MSVC2008 Express Edition?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    Join Date
    Nov 2006
    Location
    Shrewsbury, UK
    Posts
    97
    Thanks
    3
    Thanked 11 Times in 11 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: How do I re-build just 1 or 2 .dll files using MSVC2008 Express Edition?

    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

  2. The following user says thank you to pdolbey for this useful post:

    sak (15th October 2008)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.