root / tmp / org.txm.setups / exportRCP / clean @ 2809
Historique | Voir | Annoter | Télécharger (329 octet)
| 1 |
#!/bin/bash |
|---|---|
| 2 |
SCRIPTPATH=`dirname "$0"` |
| 3 |
rm -rf "$SCRIPTPATH/linux.gtk.x86_64" |
| 4 |
rm -rf "$SCRIPTPATH/macosx.cocoa.x86_64" |
| 5 |
rm -rf "$SCRIPTPATH/repository" |
| 6 |
rm -rf "$SCRIPTPATH/win32.win32.x86_64" |
| 7 |
|
| 8 |
#when not cross building |
| 9 |
rm -rf "$SCRIPTPATH/TXM" |
| 10 |
|
| 11 |
#when not cross building and not setting TXM as build name |
| 12 |
rm -rf "$SCRIPTPATH/eclipse" |