!IF 0 Copyright (c) 1989-1993 Microsoft Corporation Module Name: sources. 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. !ENDIF !include ../sources.inc TARGETNAME=infdump TARGETPATH=obj TARGETTYPE=PROGRAM C_DEFINES=-DUNICODE -D_UNICODE INCLUDES=$(BASE_INC_PATH);\ ..\inc SOURCES=infdump.c \ infdump.rc TARGETLIBS=\ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(BASE_LIB_PATH)\sputilsu.lib \ $(SDK_LIB_PATH)\setupapi.lib \ $(PROJECT_ROOT)\ntsetup\inf\win4\tools\inflib\$(O)\inflib.lib UMTYPE=console UMENTRY=wmain PRECOMPILED_INCLUDE=precomp.h PRECOMPILED_PCH=precomp.pch PRECOMPILED_OBJ=precomp.obj