Changeset 594
- Timestamp:
- Sep 4, 2002, 2:44:47 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/technical/common/build/buildall.pl
r593 r594 2 2 # automatisches buildskript fuer smartclient 3 3 # liest die konfiguration aus der mit -b übergebenen Datei 4 # $Id: buildall.pl,v 1. 2 2002/09/04 11:36:19pstorz Exp $4 # $Id: buildall.pl,v 1.3 2002/09/04 12:44:47 pstorz Exp $ 5 5 use Getopt::Std; 6 6 … … 8 8 9 9 my $smartclient_root="../../"; # Pfad, zu dem die Pfade in buildlist stehen 10 my $build = " /home/pstorz/bin/build.sh";10 my $build = "build.sh"; 11 11 our ($opt_b); 12 12 my @ArrayofBuilds;
Note:
See TracChangeset
for help on using the changeset viewer.