aboutsummaryrefslogtreecommitdiff
path: root/bindings/mono/appindicator-sharp.dll.config.in
Commit message (Collapse)AuthorAgeFilesLines
* Removing bindingsTed Gould2010-12-021-7/+0
|
* Bump SONAME in Mono binding to libappindicator.so.1Jo Shields2010-09-191-1/+1
|
* The purpose of a dllmap is to turn a DllImport for "foo" into a dlopen of ↵Jo Shields2010-09-191-1/+1
| | | | | | | "bar". This is most commonly used to make apps more cross-platform, by specifying the Windows library name (foo.dll) into a Linux/OSX/etc filename (libfoo.so.0). indicator-application has been binding directly to libappindicator.so.0, which means multiple places to update if the SONAME changes, and makes it less portable - this commit fixes this.
* Reference the correct dllKen VanDine2009-12-161-1/+1
|
* Move to bindings/monoCody Russell2009-12-111-0/+7