Windows: SYMSTORE the entire WINNT/afsrdr tree
[openafs.git] / src / WINNT / afsrdr / tools / crash / NTMakefile
1 # Copyright 2004, OpenAFS.ORG 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 # include the primary makefile
9 RELDIR=WINNT\afsrdr\tools\crash
10 !INCLUDE ..\..\..\..\config\NTMakefile.$(SYS_NAME)
11 !INCLUDE ..\..\..\..\config\NTMakefile.version
12
13 ############################################################################
14 #
15 # BUILD TARGETS
16 #
17
18 CRASH = ..\..\build\$(CPU)\crash.exe
19
20 CRASHOBJS = \
21         $(OUT)\crash.obj
22
23 $(CRASHOBJS): $$(@B).cpp
24         $(C2OBJ)  -I..\..\common $**
25
26 ############################################################################
27
28 $(CRASH) : $(CRASHOBJS) $(OUT)\crash.res
29         $(EXECONLINK) $(LINKOPTS)
30         $(_VC_MANIFEST_EMBED_EXE)
31         $(EXEPREP)
32         $(CODESIGN_USERLAND)
33         $(SYMSTORE_IMPORT)
34
35 install : $(CRASH)
36
37 ############################################################################
38 #
39 # Dependencies
40 #
41
42 $(OUT)\crash.res : crash.rc AFS_component_version_number.h