imapext-2007

view src/osdep/tops-20/build.ctl @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line source
1 ! ========================================================================
2 ! Copyright 1988-2006 University of Washington
3 !
4 ! Licensed under the Apache License, Version 2.0 (the "License");
5 ! you may not use this file except in compliance with the License.
6 ! You may obtain a copy of the License at
7 !
8 ! http://www.apache.org/licenses/LICENSE-2.0
9 !
10 !
11 ! ========================================================================
13 ! Program: Portable C client build for TOPS-20
14 !
15 ! Author: Mark Crispin
16 ! Networks and Distributed Computing
17 ! Computing & Communications
18 ! University of Washington
19 ! Administration Building, AG-44
20 ! Seattle, WA 98195
21 ! Internet: MRC@CAC.Washington.EDU
22 !
23 ! Date: 11 May 1989
24 ! Last Edited: 30 August 2006
26 !
27 ! Set environment
28 @DEFINE SYS: PS:<KCC-6>,SYS:
29 !
30 ! Build c-client library
31 !
32 @COPY OS_T20.* OSDEP.*
33 @CCX -c -m -w=note MAIL.C DUMMYT20.C IMAP4R1.C SMTP.C NNTP.C POP3.C RFC822.C MISC.C OSDEP.C FLSTRING.C SMANAGER.C NEWSRC.C NETMSG.C UTF8.C UTF8AUX.C
34 !
35 ! Build c-client library file. Should use MAKLIB, but MAKLIB barfs on MAIL.REL
36 !
37 @DELETE CCLINT.REL
38 @APPEND MAIL.REL,DUMMYT20.REL,IMAP4R1.REL,SMTP.REL,NNTP.REL,POP3.REL,RFC822.REL,MISC.REL,OSDEP.REL,FLSTRING.REL,SMANAGER.REL,NEWSRC.REL,NETMSG.REL,UTF8.REL,UTF8AUX.REL CCLINT.REL
39 !
40 ! Build MTEST library test program
41 !
42 @CCX -c -m -w=note MTEST.C
43 @LINK
44 */SET:.HIGH.:200000
45 *C:LIBCKX.REL
46 *MTEST.REL
47 *CCLINT.REL
48 *MTEST/SAVE
49 */GO
50 !
51 ! Build MAILUTIL
52 !
53 @CCX -c -m -w=note MAILUTIL.C
54 @RENAME MAILUTIL.REL MUTIL.REL
55 @LINK
56 */SET:.HIGH.:200000
57 *C:LIBCKX.REL
58 *MUTIL.REL
59 *CCLINT.REL
60 *MUTIL/SAVE
61 */GO
62 @RESET
63 @RENAME MUTIL.EXE MAILUTIL.EXE

UW-IMAP'd extensions by yuuji