Code Search for Developers
 
 
  

cleanCMake.sh from osgDesigner at Krugle


Show cleanCMake.sh syntax highlighted

#!bin/sh

if [ -z "$OSGDESIGNER_HOME" ]; then
    echo "=== >> you must define the OSGDESIGNER_HOME environment variable << ===" 
    echo "           sh example   : export OSGDESIGNER_HOME=/directory/to/osgDesigner"
    echo "           tcsh example : setenv OSGDESIGNER_HOME /directory/to/osgDesigner"
    exit
fi


rm -rf $OSGDESIGNER_HOME/CMakeFiles
rm -f  $OSGDESIGNER_HOME/CMakeCache.txt
rm -f  $OSGDESIGNER_HOME/cmake_install.cmake
rm -f  $OSGDESIGNER_HOME/cmake_uninstall.cmake
rm -f  $OSGDESIGNER_HOME/CPackConfig.cmake
rm -f  $OSGDESIGNER_HOME/CPackSourceConfig.cmake
rm -f  $OSGDESIGNER_HOME/Makefile
rm -f  $OSGDESIGNER_HOME/progress.make




See more files for this project here

osgDesigner

osgDesigner is a graphical tool used to modify an OpenSceneGraph (OSG) scene using the osgIntrospection framework. OpenSceneGraph developpers will be able to extend osgDesigner at need using (editor | render | osgIntrospection wrapper) plugin system.

Project homepage: http://sourceforge.net/projects/osgdesigner
Programming language(s): C++,Shell Script
License: other

  clean.sh
  cleanCMake.sh
  insertLicenceHeader.sed
  insertLicenceHeader.sh