~shadowrobot/sr-ros-interface/stable

« back to all changes in this revision

Viewing changes to cyberglove/create_eclipse_project

  • Committer: Ugo Cupcic
  • Date: 2012-08-08 10:06:43 UTC
  • mfrom: (1.1.380 trunk)
  • Revision ID: ugo@shadowrobot.com-20120808100643-9ovn6lpwf5wi5wu4
new organisation: split into different stacks for maintenance to be easier, also moved the models to their own sr_description package, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/bash
2
 
 
3
 
cd $(dirname $0)
4
 
mv Makefile Makefile.ros
5
 
cmake -G"Eclipse CDT4 - Unix Makefiles" -Wno-dev .
6
 
rm Makefile
7
 
rm CMakeCache.txt
8
 
rm -rf CMakeFiles
9
 
mv Makefile.ros Makefile