vote up 0 vote down star

Is there a way in a Visual C++ Win32 DLL project to have the linker output the DLL to one directory and the import library (*.lib) to another?

flag

2 Answers

vote up 2 vote down check

In project properties /Linker/General/Output File is path and name of dll. Linker/Advanced/Import Library is path and name of the lib.

(That's for VS2003, similar or same for other versions)

link|flag
Thanks! The MSDN docs make it sound like it's just a file name, not a path. I should've just tried that in the first place. – Nick Meyer Jul 23 at 13:36
vote up 0 vote down

In your project settings, set the post condition to where you want your dll and lib copied to.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.