diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-12-28 17:06:47 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2005-12-28 17:06:47 +0000 |
commit | 23e789e01429bce5b8f97ac417e7ae2adee3956e (patch) | |
tree | 7d8be08e6abbdeaebd46c29fa4ca1af0be50aacd /odk/util | |
parent | c9cce0e5763a168e1b5304af5d8a9303c98e8d78 (diff) |
INTEGRATION: CWS jsc2 (1.19.4); FILE MERGED
2005/12/09 13:04:37 jsc 1.19.4.1: #i59122# intergate climaker in SDK (windows only)
Diffstat (limited to 'odk/util')
-rw-r--r-- | odk/util/check.pl | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/odk/util/check.pl b/odk/util/check.pl index 1eca8473115b..27abc8089fbd 100644 --- a/odk/util/check.pl +++ b/odk/util/check.pl @@ -2,9 +2,9 @@ # # $RCSfile: check.pl,v $ # -# $Revision: 1.19 $ +# $Revision: 1.20 $ # -# last change: $Author: rt $ $Date: 2005-11-11 10:58:54 $ +# last change: $Author: hr $ $Date: 2005-12-28 18:06:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -70,6 +70,12 @@ if (-d "$StartDir") { } else { print "+"; } + if (! -e "$StartDir/$OperatingSystem/bin/climaker.exe") { + $return++; + print "\nERROR: \"$StartDir/$OperatingSystem/bin/climaker.exe\" is missing\n"; + } else { + print "+"; + } } else { if (! -e "$StartDir/$OperatingSystem/bin/regcomp.bin") { $return++; |