Statistiques
| Révision :

root / tmp / org.txm.setups / exportRCP / clean @ 2830

Historique | Voir | Annoter | Télécharger (329 octet)

1 2807 mdecorde
#!/bin/bash
2 2807 mdecorde
SCRIPTPATH=`dirname "$0"`
3 2807 mdecorde
rm -rf "$SCRIPTPATH/linux.gtk.x86_64"
4 2807 mdecorde
rm -rf "$SCRIPTPATH/macosx.cocoa.x86_64"
5 2807 mdecorde
rm -rf "$SCRIPTPATH/repository"
6 2807 mdecorde
rm -rf "$SCRIPTPATH/win32.win32.x86_64"
7 2807 mdecorde
8 2807 mdecorde
#when not cross building
9 2807 mdecorde
rm -rf "$SCRIPTPATH/TXM"
10 2807 mdecorde
11 2809 mdecorde
#when not cross building and not setting TXM as build name
12 2807 mdecorde
rm -rf "$SCRIPTPATH/eclipse"