patch-from-shadow-to-jaltman-bkbox-20031120
[openafs.git] / src / WINNT / eventlog / test / NTMakefile
1 # Copyright 2000, International Business Machines Corporation and others.
2 # All Rights Reserved.
3
4 # This software has been released under the terms of the IBM Public
5 # License.  For details, see the LICENSE file in the top-level source
6 # directory or online at http://www.openafs.org/dl/license10.html
7
8 RELDIR=WINNT\eventlog\test
9 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
10
11 test tests: elogtest.exe
12
13 $(OUT)\elogtest.exe: $(OUT)\elogtest.obj \
14         $(DESTDIR)\lib\afs\afseventlog.lib $(DESTDIR)\lib\afs\afsreg.lib
15         $(EXECONLINK)
16
17 mkdir:
18