[banshee] [build] Add missing .config file, fix build



commit 05b14cc57cd43756236f1c87faac2d127f6842e7
Author: Gabriel Burt <gabriel burt gmail com>
Date:   Tue Aug 10 22:23:40 2010 -0700

    [build] Add missing .config file, fix build

 .../Banshee.Services/Banshee.Services.dll.config   |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Core/Banshee.Services/Banshee.Services.dll.config b/src/Core/Banshee.Services/Banshee.Services.dll.config
new file mode 100644
index 0000000..cb3fab2
--- /dev/null
+++ b/src/Core/Banshee.Services/Banshee.Services.dll.config
@@ -0,0 +1,4 @@
+<configuration>
+  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.so.0" os="!windows,osx"/>
+  <dllmap dll="libglib-2.0-0.dll" target="libglib-2.0.dylib" os="osx"/>
+</configuration>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]