2025-04-27 07:49:33 -04:00

42 lines
761 B
Plaintext

!IF 0
UFM dump tool
Copyright (C) 1992 Microsoft Corporation
!ENDIF
!ifndef PRNROOT
PRNROOT=$(MAKEDIR:\tools\ps\ntfdump=)
!endif
!include $(PRNROOT)\print.inc
MAJORCOMP=windows
MINORCOMP=ntfdump
TARGETNAME=ntfdump
TARGETPATH=obj
TARGETTYPE=PROGRAM
INCLUDES=$(INCLUDES);..\..\..\inc
C_DEFINES=$(C_DEFINES)
!IFNDEF MSC_WARNING_LEVEL
MSC_WARNING_LEVEL=/W3
!ENDIF
MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL)
SOURCES=ntfdump.c \
ntfdump.rc
UMTYPE=console
UMLIBS= $(PRNROOT)\lib\utils\um\$O\utils.lib \
$(PRNROOT)\lib\uni\um\$O\unilib.lib \
$(SDK_LIB_PATH)\winspool.lib \
$(SDK_LIB_PATH)\ntdll.lib
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj