windows-nt/Source/XPSP1/NT/base/ntsetup/pnpsif/sources
2020-09-26 16:20:57 +08:00

54 lines
942 B
Plaintext

!IF 0
Copyright (c) 1989-2000 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
MAJORCOMP=setup
MINORCOMP=pnpsif
TARGETNAME=pnpsif
TARGETPATH=$(_OBJ_DIR)
TARGETTYPE=LIBRARY
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(PROJECT_LIB_PATH)\$(TARGETNAME).lib}
UMTYPE=windows
NO_NTDLL=1
USE_LIBCMT=1
MSC_WARNING_LEVEL=/W3 /WX
C_DEFINES= $(C_DEFINES) -DWIN32 -D_WIN32 -DUNICODE -D_UNICODE
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj
INCLUDES=\
$(WINDOWS_INC_PATH)\; \
$(BASE_INC_PATH)\
TARGETLIBS=\
$(SDK_LIB_PATH)\user32.lib
SOURCES=\
migrate.c \
sif.c \
restore.c \
util.c \
debug.c