imapext-2007

view src/osdep/wce/drivraux.bat @ 0:ada5e610ab86

imap-2007e
author yuuji@gentei.org
date Mon, 14 Sep 2009 15:17:45 +0900
parents
children
line source
1 @ECHO OFF
2 REM ========================================================================
3 REM Copyright 1988-2006 University of Washington
4 REM
5 REM Licensed under the Apache License, Version 2.0 (the "License");
6 REM you may not use this file except in compliance with the License.
7 REM You may obtain a copy of the License at
8 REM
9 REM http://www.apache.org/licenses/LICENSE-2.0
10 REM
11 REM
12 REM ========================================================================
14 REM Program: Driver Linkage Generator auxillary for NT/Win9x
15 REM
16 REM Author: Mark Crispin
17 REM Networks and Distributed Computing
18 REM Computing & Communications
19 REM University of Washington
20 REM Administration Building, AG-44
21 REM Seattle, WA 98195
22 REM Internet: MRC@CAC.Washington.EDU
23 REM
24 REM Date: 11 October 1989
25 REM Last Edited:30 August 2006
27 ECHO extern DRIVER %1driver; >> LINKAGE.H
28 REM Note the introduction of the caret to quote the ampersand in NT
29 if "%OS%" == "Windows_NT" ECHO mail_link (^&%1driver); /* link in the %1 driver */ >> LINKAGE.C
30 if "%OS%" == "" ECHO mail_link (&%1driver); /* link in the %1 driver */ >> LINKAGE.C

UW-IMAP'd extensions by yuuji