imapext-2007

diff src/osdep/dos/mtestwsk.bat @ 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/dos/mtestwsk.bat	Mon Sep 14 15:17:45 2009 +0900
     1.3 @@ -0,0 +1,27 @@
     1.4 +@ECHO OFF
     1.5 +REM ========================================================================
     1.6 +REM Copyright 1988-2006 University of Washington
     1.7 +REM
     1.8 +REM Licensed under the Apache License, Version 2.0 (the "License");
     1.9 +REM you may not use this file except in compliance with the License.
    1.10 +REM You may obtain a copy of the License at
    1.11 +REM
    1.12 +REM     http://www.apache.org/licenses/LICENSE-2.0
    1.13 +REM
    1.14 +REM 
    1.15 +REM ========================================================================
    1.16 +
    1.17 +REM Program:	Portable C client makefile -- MS-DOS Winsock link
    1.18 +REM
    1.19 +REM Author:	Mark Crispin
    1.20 +REM		Networks and Distributed Computing
    1.21 +REM		Computing & Communications
    1.22 +REM		University of Washington
    1.23 +REM		Administration Building, AG-44
    1.24 +REM		Seattle, WA  98195
    1.25 +REM		Internet: MRC@CAC.Washington.EDU
    1.26 +REM
    1.27 +REM Date:	26 June 1994
    1.28 +REM Last Edited:30 August 2006
    1.29 +
    1.30 +link /NOD:llibce mtest.obj,mtest.exe,,cclient.lib winsock.lib llibcewq.lib libw.lib, mtest

UW-IMAP'd extensions by yuuji