[MonoDevelop] Custom dir lib in the bin output

Petit Eric surfzoid at gmail.com
Mon Apr 21 16:07:45 EDT 2008


hi
I write a app with third party lib in C, there a lot of one some from
my top dir solution i create a dir, "NuxDll" where i put all this dll,
after i include them in my solution, like this after a compilation and
with configure script, the library are copied in the output dir, but
compiler recreate the "NuxDll" in the outpudir like this :
/bin/Debug/Myexe.exe
/bin/Debug/NuxDll/thirdpart.so

Put i want to pu them in the same dir as the exe, because my program
have a dll/wrapper who make reference to them.
Is It possible to "tweak" the output dir as in the visual studio where
we can say compile, copied or data ...?


More information about the Monodevelop-list mailing list