From e01ffce669318890484bf468c0b641336d10515b Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Sat, 31 Jan 2009 03:42:29 +0000 Subject: [PATCH] windows-tests-largefiles-20090130 LICENSE BSD permit the largefiles test to build under the openafs build system --- src/WINNT/tests/largefiles/NTMakefile | 31 +++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 src/WINNT/tests/largefiles/NTMakefile diff --git a/src/WINNT/tests/largefiles/NTMakefile b/src/WINNT/tests/largefiles/NTMakefile new file mode 100644 index 000000000..1b596c8c1 --- /dev/null +++ b/src/WINNT/tests/largefiles/NTMakefile @@ -0,0 +1,31 @@ +# +# Copyright (c) 2009 Secure Endpoints Inc. +# + +RELDIR=WINNT\tests\lftest +!INCLUDE ..\..\..\config\NTMakefile.$(SYS_NAME) +!INCLUDE ..\..\..\config\NTMakefile.version + +idirs: +! if !(exist($(OJT)\WINNT\tests)) + md $(OJT)\WINNT\tests +! endif +! if !(exist($(OJT)\WINNT\tests\lftest)) + md $(OJT)\WINNT\tests\lftest +! endif + +EXEDIR = $(DESTDIR)\bin + +OBJS = $(OUT)\lftest.obj + +$(EXEDIR)\lftest.exe: $(OBJS) + $(EXECONLINK) dnsapi.lib mpr.lib iphlpapi.lib shell32.lib userenv.lib + $(_VC_MANIFEST_EMBED_EXE) + $(EXEPREP) + $(CODESIGN_USERLAND) + +install: idirs $(EXEDIR)\lftest.exe + +clean:: + + -- 2.39.5