Bruno Haible wrote: > Simon Josefsson wrote: > >>> - Target "clean" should remove foobar.dll. >> >>Adding '-g' make the Mono compiler create files called foo.dll.mdb. >>So the "clean" target should probably remove them too. > > > I agree. Target "clean" should remove foobar.dll and foobar.dll.mdb, then.
>From the extension I assume they're the mono equivalent of .pdb files as created by the Microsoft compiler. That would mean they're required for debugging, so they should probably be installed too.