GCC -Wl,-rpath -Wl,-rpath-link in Microsoft Compiler / DLL linking

  • Thread starter Thread starter Nicolas
  • Start date Start date
N

Nicolas

Hi all,

I am porting an application from Linux RedHat7.3 to Windows2000.
During compilation, a few links (driven by GCC) are performed
sing -Wl,-rpath and -Wl,-rpath-link options.
Does anybody know which options to give to the Microsoft linker to behave
the same way ?
Or at least some directions to get into would be really appreciated !

Thanks in advance,
Nicolas
 
Back
Top