Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FreeRDP/FreeRDP-Sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc-André Moreau <marcandre.moreau@gmail.com>2012-04-03 05:12:44 +0400
committerMarc-André Moreau <marcandre.moreau@gmail.com>2012-04-03 05:12:44 +0400
commit21be5931871ef18b95e898ea5638f1646c3b2e6e (patch)
treead0752d603ae4f72cf7ff44779df23b55286cce8 /FreeRDP.dll.config
FreeRDP-Sharp: Initial commit
Diffstat (limited to 'FreeRDP.dll.config')
-rw-r--r--FreeRDP.dll.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/FreeRDP.dll.config b/FreeRDP.dll.config
new file mode 100644
index 0000000..d1edb24
--- /dev/null
+++ b/FreeRDP.dll.config
@@ -0,0 +1,5 @@
+<configuration>
+ <dllmap dll="libfreerdp-core" os="osx" target="/usr/local/lib/libfreerdp-core.dylib" />
+ <dllmap dll="libfreerdp-codec" os="osx" target="/usr/local/lib/libfreerdp-codec.dylib" />
+ <dllmap dll="libfreerdp-locale" os="osx" target="/usr/local/lib/libfreerdp-locale.dylib" />
+</configuration>