aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/prebuild.xml
diff options
context:
space:
mode:
authorteravus2013-01-20 08:03:17 -0500
committerteravus2013-01-20 08:03:17 -0500
commit10de5d81697c645d10d5aab605f89daba85b654b (patch)
tree42a06a6455851da6a118e2cab523dfbbef2b0ad1 /prebuild.xml
parentIRCBridgeModule: optional agent-alertbox for IRC enabled Regions look in Open... (diff)
downloadopensim-SC_OLD-10de5d81697c645d10d5aab605f89daba85b654b.zip
opensim-SC_OLD-10de5d81697c645d10d5aab605f89daba85b654b.tar.gz
opensim-SC_OLD-10de5d81697c645d10d5aab605f89daba85b654b.tar.bz2
opensim-SC_OLD-10de5d81697c645d10d5aab605f89daba85b654b.tar.xz
* Allow unsafe code with BulletSim
Diffstat (limited to 'prebuild.xml')
-rw-r--r--prebuild.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/prebuild.xml b/prebuild.xml
index abf8f36..bb9b7d6 100644
--- a/prebuild.xml
+++ b/prebuild.xml
@@ -1727,11 +1727,13 @@
1727 <Configuration name="Debug"> 1727 <Configuration name="Debug">
1728 <Options> 1728 <Options>
1729 <OutputPath>../../../../bin/Physics/</OutputPath> 1729 <OutputPath>../../../../bin/Physics/</OutputPath>
1730 <AllowUnsafe>true</AllowUnsafe>
1730 </Options> 1731 </Options>
1731 </Configuration> 1732 </Configuration>
1732 <Configuration name="Release"> 1733 <Configuration name="Release">
1733 <Options> 1734 <Options>
1734 <OutputPath>../../../../bin/Physics/</OutputPath> 1735 <OutputPath>../../../../bin/Physics/</OutputPath>
1736 <AllowUnsafe>true</AllowUnsafe>
1735 </Options> 1737 </Options>
1736 </Configuration> 1738 </Configuration>
1737 1739