Windows-Server-2003/sdktools/ntrelhash/sources

45 lines
653 B
Plaintext

!IF 0
Copyright (c) 2002 Microsoft Corporation
Module Name:
Build Release.
Abstract:
This file specifies the target component being built and the list of
sources files needed to build that component. Also specifies optional
compiler switches and libraries that are unique for the component being
built.
Author:
Jorge Peraza (jorgeba) 18-Nov-2002
!ENDIF
MAJORCOMP=sdk
MINORCOMP=NtRelHash
TARGETNAME=NtRelHash
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=PROGRAM
USE_NATIVE_EH=1
USE_STL=1
USE_CRTDLL=1
BUFFER_OVERFLOW_CHECKS=1
USE_MSVCRT=1
SOURCES=NtRelHash.CPP FastFileHash.cpp
MSC_WARNING_LEVEL=/W3 /WX
UMTYPE=console