I was able to do that with a static lib but should work for DLLs. I didn't set the platform command and it worked for me. From the MSVC 64bit command line (start->programs->microsoft visual studio -> visual studio tools-> visual studio 2008 x64 win64 command prompt) just run configure with your options. This was my command (ovbiously remove '-static' if you don't need that)
configure -static -nomake examples -nomake demos -no-qt3support -no-scripttools -no-openssl -no-opengl -no-webkit -no-phonon -no-style-motif -no-style-cde -no-style-cleanlooks -no-style-plastique -no-sql-sqlite
configure -static -nomake examples -nomake demos -no-qt3support -no-scripttools -no-openssl -no-opengl -no-webkit -no-phonon -no-style-motif -no-style-cde -no-style-cleanlooks -no-style-plastique -no-sql-sqlite
To copy to clipboard, switch view to plain text mode
then nmake
Bookmarks