From: Unknown <> Date: Thu, 31 Aug 2006 00:43:56 +0000 (+0000) Subject: add files for 2006-08-31T00:43:56Z X-Git-Tag: imap-2007a1~354 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c15304a35250d68b6ef60da7fc3e8db7c9d0b3c;p=uw-imap add files for 2006-08-31T00:43:56Z --- diff --git a/src/osdep/dos/mtestdpc.bat b/src/osdep/dos/mtestdpc.bat new file mode 100644 index 0000000..ca13118 --- /dev/null +++ b/src/osdep/dos/mtestdpc.bat @@ -0,0 +1,27 @@ +@ECHO OFF +REM ======================================================================== +REM Copyright 1988-2006 University of Washington +REM +REM Licensed under the Apache License, Version 2.0 (the "License"); +REM you may not use this file except in compliance with the License. +REM You may obtain a copy of the License at +REM +REM http://www.apache.org/licenses/LICENSE-2.0 +REM +REM +REM ======================================================================== + +REM Program: Portable C client makefile -- MS-DOS PC/TCP link +REM +REM Author: Mark Crispin +REM Networks and Distributed Computing +REM Computing & Communications +REM University of Washington +REM Administration Building, AG-44 +REM Seattle, WA 98195 +REM Internet: MRC@CAC.Washington.EDU +REM +REM Date: 26 June 1994 +REM Last Edited:30 August 2006 + +link /NOI /stack:32767 mtest.obj,mtest.exe,,cclient.lib lsocket.lib lnetlib.lib lpc.lib lconfig.lib llibce.lib;