Tagged Questions
9
votes
3answers
1k views
Is there a Windows/MSVC equivalent to the -rpath linker flag?
On Linux/GCC I can use the -rpath flag to change an executables search path for shared libraries without tempering with environment variables.
Can this also be accomplished on Windows? As far as I ...