diff options
| author | Miro Jurisic <meeroh@mit.edu> | 1998-08-28 20:58:38 +0000 |
|---|---|---|
| committer | Miro Jurisic <meeroh@mit.edu> | 1998-08-28 20:58:38 +0000 |
| commit | 5ccd5f3c4916415a73e3a4a2c0b43302cbb852f8 (patch) | |
| tree | b85641495255adf1f5161ae94dd8d6f572e64321 /src/mac/Makefile.initial | |
| parent | 5239ba6b6c7a1dd7bfdcb5714eaa2e9a9fcabb0b (diff) | |
Added timeout to CW AppleEvents
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10897 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/mac/Makefile.initial')
| -rw-r--r-- | src/mac/Makefile.initial | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mac/Makefile.initial b/src/mac/Makefile.initial index 08657f303..c5b0b7094 100644 --- a/src/mac/Makefile.initial +++ b/src/mac/Makefile.initial @@ -34,7 +34,9 @@ create-directories Ä ################################################################################ build-cw-projects Ä - (Echo "Tell application ¶"CodeWarrior IDE 2.1¶""; ¶ + (Echo "with timeout of 1200 seconds"; ¶ + Echo "Tell application ¶"CodeWarrior IDE 2.1¶""; ¶ Echo "Open ¶"{TargDir}:mac:libraries:BeforeBuild.prj¶" as alias"; ¶ Echo "Make Project"; ¶ + Echo "end"; ¶ Echo "end") | Catenate | perl :mac:RunAppleScript.pl
\ No newline at end of file |
