windows-build-updates-20030314
[openafs.git] / src / WINNT / afsapplib / 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 # make compiler warnings fatal
9
10 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -WX
11
12 # include winnt-specific header files
13
14 AFSDEV_AUXCDEFINES = $(AFSDEV_AUXCDEFINES) -I$(DESTDIR)\include\winnt
15 AFSDEV_AUXRCDEFINES = $(AFSDEV_AUXRCDEFINES) -I$(DESTDIR)\include\winnt
16
17 # include the primary makefile
18
19 !INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME)
20
21 ############################################################################
22 #
23 # BUILD TARGETS
24 #
25
26 EXEFILE = $(DESTDIR)\root.server\usr\afs\bin\WizTest.exe
27
28 EXEOBJS = \
29         $(OJT)\wiztest.res \
30         $(OJT)\wiztest.obj
31
32 EXELIBS = \
33         $(DESTDIR)\lib\afs\TaAfsAppLib.lib \
34         $(DESTDIR)\lib\afs\TaLocale.lib
35
36 ############################################################################
37
38 $(EXEFILE) : $(EXEOBJS) $(EXELIBS)
39         $(EXEGUILINK) comctl32.lib shell32.lib
40         $(EXEPREP) 
41
42 test : $(EXEFILE)
43
44
45 mkdir:
46