Revision: 52813
          http://brlcad.svn.sourceforge.net/brlcad/?rev=52813&view=rev
Author:   starseeker
Date:     2012-10-04 21:31:20 +0000 (Thu, 04 Oct 2012)
Log Message:
-----------
Need some more bullet ifdef protections.

Modified Paths:
--------------
    brlcad/trunk/src/libged/simulate/simrt.c
    brlcad/trunk/src/libged/simulate/simutils.c

Modified: brlcad/trunk/src/libged/simulate/simrt.c
===================================================================
--- brlcad/trunk/src/libged/simulate/simrt.c    2012-10-04 21:30:45 UTC (rev 
52812)
+++ brlcad/trunk/src/libged/simulate/simrt.c    2012-10-04 21:31:20 UTC (rev 
52813)
@@ -24,8 +24,11 @@
  *
  */
 
+
 #include "common.h"
 
+#ifdef HAVE_BULLET
+
 /* Private Header */
 #include "simrt.h"
 
@@ -1359,6 +1362,7 @@
     return GED_OK;
 }
 
+#endif
 
 /*
  * Local Variables:

Modified: brlcad/trunk/src/libged/simulate/simutils.c
===================================================================
--- brlcad/trunk/src/libged/simulate/simutils.c 2012-10-04 21:30:45 UTC (rev 
52812)
+++ brlcad/trunk/src/libged/simulate/simutils.c 2012-10-04 21:31:20 UTC (rev 
52813)
@@ -24,6 +24,10 @@
  *
  */
 
+#include "common.h"
+
+#ifdef HAVE_BULLET
+
 /* Private Header */
 #include "simutils.h"
 
@@ -885,6 +889,7 @@
 
 }
 
+#endif
 
 /*
  * Local Variables:

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to