root/OpenSceneGraph-TrainingMaterials/trunk/Sources/build_all.sh

Revision 8492 (checked in by robert, 7 months ago)

Removed the hardwired -j 4, replaced wih the passing of the command line args to make

  • Property svn:executable set to *
Line 
1 echo Building OpenSceneGraph
2   cd ${OSG_DIR}
3   ./configure
4   make $*
5
6 echo Building VirtualPlanetBuilder
7   cd ${VPB_DIR}
8   ./configure
9   make $*
10  
11 echo Building Present3D
12   cd ${P3D_DIR}
13   ./configure
14   make $*
15
16 echo Building Exercises
17   cd ${EXC_DIR}
18   ./configure
19   make $*
Note: See TracBrowser for help on using the browser.