diff options
author | Mathias Bauer <mba@openoffice.org> | 2010-04-17 12:41:17 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2010-04-17 12:41:17 +0200 |
commit | a5dd1eade9ab57a5a5cd3795a08cc7f484343174 (patch) | |
tree | 43fea67d0bf151512e802e7ecd9441ed7733f4ef /buildscript.sh | |
parent | aefefb30358809a1c5bb6d4f536515c9494ef565 (diff) |
CWS gnumake2: new gbuild system
Diffstat (limited to 'buildscript.sh')
-rw-r--r-- | buildscript.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/buildscript.sh b/buildscript.sh new file mode 100644 index 000000000000..82211c3633ac --- /dev/null +++ b/buildscript.sh @@ -0,0 +1,18 @@ +#!/bin/sh + +cd tools +../solenv/bin/build.pl -P4 -- -P4 +../solenv/bin/deliver.pl +cd - +cd framework +../solenv/bin/build.pl -P4 -- -P4 +../solenv/bin/deliver.pl +cd - +cd toolkit +../solenv/bin/build.pl -P4 -- -P4 +../solenv/bin/deliver.pl +cd - +cd sw +../solenv/bin/build.pl -P4 -- -P4 +../solenv/bin/deliver.pl +cd - |