Windows: Permit build system to update symbol store
[openafs.git] / src / dir / 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=dir\test
9 !INCLUDE ..\..\config\NTMakefile.$(SYS_NAME)
10
11 tests: $(OUT)\dtest.exe
12
13 $(OUT)\dtest.exe: $(OUT)\dtest.obj $(DESTDIR)\lib\afs\afsdir.lib
14         $(EXECONLINK)
15         $(_VC_MANIFEST_EMBED_EXE)
16         $(CODESIGN_USERLAND)
17         $(SYMSTORE_IMPORT)
18
19 mkdir:
20