diff options
author | Eduardo Chappa <echappa@gmx.com> | 2013-02-03 00:59:38 -0700 |
---|---|---|
committer | Eduardo Chappa <echappa@gmx.com> | 2013-02-03 00:59:38 -0700 |
commit | 094ca96844842928810f14844413109fc6cdd890 (patch) | |
tree | e60efbb980f38ba9308ccb4fb2b77b87bbc115f3 /imap/src/osdep/dos/mtestdnv.bat | |
download | alpine-094ca96844842928810f14844413109fc6cdd890.tar.xz |
Initial Alpine Version
Diffstat (limited to 'imap/src/osdep/dos/mtestdnv.bat')
-rw-r--r-- | imap/src/osdep/dos/mtestdnv.bat | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/imap/src/osdep/dos/mtestdnv.bat b/imap/src/osdep/dos/mtestdnv.bat new file mode 100644 index 00000000..2b444e18 --- /dev/null +++ b/imap/src/osdep/dos/mtestdnv.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 Novell 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 llibsock.lib |