Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

53 lines
942 B

!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