[MonoDevelop] Custom dir lib in the bin output
Petit Eric
surfzoid at gmail.com
Mon Apr 21 19:02:01 EDT 2008
2008/4/21, Petit Eric <surfzoid at gmail.com>:
> Dammed gmail it send the version with spel error :
>
> 2008/4/21, Petit Eric <surfzoid at gmail.com>:
>
> > hi
> > I write a app with third party lib in C, there a lot of one some from
>
> I write a app with third party lib in C, there is a lot of one, so 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
>
> But i want to put 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 ...?
> >
>
> Sorry
>
I find a windows solution, but doesn't work with monodevelop.
My solution is to add a empty C# project to my solution, give name
AllDll, add all .so and .dll files from third party C unmanaged code.
Say to copy in the output from property tab.
In my main project make a ref to the project AllDll.
It work as i expect under windows.
Under Nux with Md, i first have an error about nothing to compile, so
i added a class1, after no more error but in my bin/Debug dir i have
only AllDll.dll and .pdb, not all other files, if i look at the
include property in MD, all file are selected as include/deploy.
Is it a bug or a not implemented feature?
More information about the Monodevelop-list
mailing list