annotate src/osdep/dos/mtestdnf.bat @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
1 @ECHO OFF
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
2 REM ========================================================================
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
3 REM Copyright 1988-2006 University of Washington
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
4 REM
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
5 REM Licensed under the Apache License, Version 2.0 (the "License");
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
6 REM you may not use this file except in compliance with the License.
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
7 REM You may obtain a copy of the License at
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
8 REM
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
9 REM http://www.apache.org/licenses/LICENSE-2.0
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
10 REM
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
11 REM
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
12 REM ========================================================================
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
13
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
14 REM Program: Portable C client makefile -- MS-DOS PC-NFS link
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
15 REM
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
16 REM Author: Mark Crispin
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
17 REM Networks and Distributed Computing
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
18 REM Computing & Communications
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
19 REM University of Washington
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
20 REM Administration Building, AG-44
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
21 REM Seattle, WA 98195
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
22 REM Internet: MRC@CAC.Washington.EDU
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
23 REM
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
24 REM Date: 26 June 1994
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
25 REM Last Edited:30 August 2006
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
26
ada5e610ab86 imap-2007e
yuuji@gentei.org
parents:
diff changeset
27 link /NOI /stack:32767 mtest.obj,mtest.exe,,cclient.lib ltklib.lib

yatex.org