* Fix regression introduced by f95e2d179774739a885468144e68de047245ada5:
[alpine.git] / imap / src / mailutil / makefile.ntk
blobf4cd28d4305580c3626be1db9caaff0d80478a8a
1 # ========================================================================
2 # Copyright 1988-2006 University of Washington
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 #     http://www.apache.org/licenses/LICENSE-2.0
10
11 # ========================================================================
14 # Program:      MAILUTIL Makefile for Windows 9x and Windows NT + Kerberos
16 # Author:       Mark Crispin
17 #               Networks and Distributed Computing
18 #               Computing & Communications
19 #               University of Washington
20 #               Administration Building, AG-44
21 #               Seattle, WA  98195
22 #               Internet: MRC@CAC.Washington.EDU
24 # Date:         25 February 1996
25 # Last Edited:  30 August 2006
28 C = ..\c-client
29 CCLIENTLIB = $C\cclient.lib
30 K5 = \k5\lib
31 K5LIB = $(K5)\comerr32.lib $(K5)\gssapi32.lib $(K5)\krb5_32.lib
32 LIBS = $(CCLIENTLIB) $(K5LIB) ws2_32.lib winmm.lib advapi32.lib $(LIBRESSLLIBS)
33 OSCOMPAT = /DWIN32 /D_WIN32_WINNT=0x0501
34 VSCOMPAT = /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
35 CFLAGS= -I$C /MT /W3 $(OSCOMPAT) $(VSCOMPAT) -nologo $(EXTRACFLAGS)
37 mailutil: $(CCLIENTLIB) mailutil.obj
38         LINK /NOLOGO mailutil.obj $(LIBS)
40 mailutil.obj: $C\mail.h $C\smtp.h $C\misc.h $C\osdep.h mailutil.c
42 $(CCLIENTLIB):
43         @echo Make c-client first
44         false
46 clean:
47         del *.obj *.exe *.lib *.exp || rem
49 # A monument to a hack of long ago and far away...
50 love:
51         @echo not war?