Revision: 7418
          http://playerstage.svn.sourceforge.net/playerstage/?rev=7418&view=rev
Author:   gerkey
Date:     2009-03-10 02:27:58 +0000 (Tue, 10 Mar 2009)

Log Message:
-----------
Added build of websim

Modified Paths:
--------------
    code/branches/federation/gazebo/webgazebo/SConscript

Modified: code/branches/federation/gazebo/webgazebo/SConscript
===================================================================
--- code/branches/federation/gazebo/webgazebo/SConscript        2009-03-10 
02:21:43 UTC (rev 7417)
+++ code/branches/federation/gazebo/webgazebo/SConscript        2009-03-10 
02:27:58 UTC (rev 7418)
@@ -1,6 +1,12 @@
 #Import variable
 Import('*')
 
+# Build websim; it uses CMake
+import os
+print 'Building websim...'
+os.system('mkdir -p ../websim/build && cd ../websim/build && cmake .. && make')
+print '...done building websim.'
+
 env.Append(CPPPATH = '#webgazebo')
 
 libEnv = Environment (


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

------------------------------------------------------------------------------
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit

Reply via email to