aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin
diff options
context:
space:
mode:
authorMelanie2011-10-11 21:32:24 +0100
committerMelanie2011-10-11 21:32:24 +0100
commitf1fa059b37f599f7bf785c5c6e0cb7d0fb7bfbe4 (patch)
treebd2510e8723ab1749cf8c04159e9d5c3f3094165 /bin
parentMerge commit '923f2459cfa8106c6de52dc694c700ab07d8109b' into bigmerge (diff)
parentFix build errors on Windows by adding missing OpenSim.Services.Base reference (diff)
downloadopensim-SC_OLD-f1fa059b37f599f7bf785c5c6e0cb7d0fb7bfbe4.zip
opensim-SC_OLD-f1fa059b37f599f7bf785c5c6e0cb7d0fb7bfbe4.tar.gz
opensim-SC_OLD-f1fa059b37f599f7bf785c5c6e0cb7d0fb7bfbe4.tar.bz2
opensim-SC_OLD-f1fa059b37f599f7bf785c5c6e0cb7d0fb7bfbe4.tar.xz
Merge commit 'a00327d0e5f512ccf56e18082c7e7c7366517379' into bigmerge
Diffstat (limited to 'bin')
-rwxr-xr-xbin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config6
1 files changed, 0 insertions, 6 deletions
diff --git a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config b/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
deleted file mode 100755
index 026417a..0000000
--- a/bin/Physics/OpenSim.Region.Physics.BulletSPlugin.dll.config
+++ /dev/null
@@ -1,6 +0,0 @@
1<configuration>
2 <dllmap os="windows" cpu="x86" dll="BulletSim" target="BulletSim" />
3 <dllmap os="windows" cpu="x86-64,ia64" dll="BulletSim" target="BulletSim-x86_64" />
4 <dllmap os="!windows,osx" cpu="x86" dll="BulletSim" target="./libBulletSim.so" />
5 <dllmap os="!windows,osx" cpu="x86-64,ia64" dll="BulletSim" target="./libBulletSim-x86_64.so" />
6</configuration>