Kaydet (Commit) 23e789e0 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

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)
üst c9cce0e5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: check.pl,v $ # $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 Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1. # the terms of GNU Lesser General Public License Version 2.1.
...@@ -70,6 +70,12 @@ if (-d "$StartDir") { ...@@ -70,6 +70,12 @@ if (-d "$StartDir") {
} else { } else {
print "+"; print "+";
} }
if (! -e "$StartDir/$OperatingSystem/bin/climaker.exe") {
$return++;
print "\nERROR: \"$StartDir/$OperatingSystem/bin/climaker.exe\" is missing\n";
} else {
print "+";
}
} else { } else {
if (! -e "$StartDir/$OperatingSystem/bin/regcomp.bin") { if (! -e "$StartDir/$OperatingSystem/bin/regcomp.bin") {
$return++; $return++;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment