imapext-2007

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/osdep/tops-20/build.ctl	Mon Sep 14 15:17:45 2009 +0900
     1.3 @@ -0,0 +1,63 @@
     1.4 +! ========================================================================
     1.5 +! Copyright 1988-2006 University of Washington
     1.6 +!
     1.7 +! Licensed under the Apache License, Version 2.0 (the "License");
     1.8 +! you may not use this file except in compliance with the License.
     1.9 +! You may obtain a copy of the License at
    1.10 +!
    1.11 +!     http://www.apache.org/licenses/LICENSE-2.0
    1.12 +!
    1.13 +! 
    1.14 +! ========================================================================
    1.15 +
    1.16 +! Program:	Portable C client build for TOPS-20
    1.17 +!
    1.18 +! Author:	Mark Crispin
    1.19 +!		Networks and Distributed Computing
    1.20 +!		Computing & Communications
    1.21 +!		University of Washington
    1.22 +!		Administration Building, AG-44
    1.23 +!		Seattle, WA  98195
    1.24 +!		Internet: MRC@CAC.Washington.EDU
    1.25 +!
    1.26 +! Date:		11 May 1989
    1.27 +! Last Edited:	30 August 2006
    1.28 +
    1.29 +!
    1.30 +! Set environment
    1.31 +@DEFINE SYS: PS:<KCC-6>,SYS:
    1.32 +!
    1.33 +! Build c-client library
    1.34 +!
    1.35 +@COPY OS_T20.* OSDEP.*
    1.36 +@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
    1.37 +!
    1.38 +! Build c-client library file.  Should use MAKLIB, but MAKLIB barfs on MAIL.REL
    1.39 +!
    1.40 +@DELETE CCLINT.REL
    1.41 +@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
    1.42 +!
    1.43 +! Build MTEST library test program
    1.44 +!
    1.45 +@CCX -c -m -w=note MTEST.C
    1.46 +@LINK
    1.47 +*/SET:.HIGH.:200000
    1.48 +*C:LIBCKX.REL
    1.49 +*MTEST.REL
    1.50 +*CCLINT.REL
    1.51 +*MTEST/SAVE
    1.52 +*/GO
    1.53 +!
    1.54 +! Build MAILUTIL
    1.55 +!
    1.56 +@CCX -c -m -w=note MAILUTIL.C
    1.57 +@RENAME MAILUTIL.REL MUTIL.REL
    1.58 +@LINK
    1.59 +*/SET:.HIGH.:200000
    1.60 +*C:LIBCKX.REL
    1.61 +*MUTIL.REL
    1.62 +*CCLINT.REL
    1.63 +*MUTIL/SAVE
    1.64 +*/GO
    1.65 +@RESET
    1.66 +@RENAME MUTIL.EXE MAILUTIL.EXE

UW-IMAP'd extensions by yuuji