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

43 lines
1.0 KiB
Plaintext

!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.
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
!ENDIF
TARGETNAME=drvlist
TARGETPATH=obj
TARGETTYPE=PROGRAM
# To build ANSI or Unicode, comment out the appropriate C_DEFINES line...
# To get full information about the FILEPATHS for each copy node, add -DFULL_FILEPATHS_SPEW
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
#C_DEFINES=$(C_DEFINES) -DFULL_FILEPATHS_SPEW
SOURCES= drvlist.c drvlist.rc
TARGETLIBS= \
$(SDK_LIB_PATH)\setupapi.lib \
$(SDK_LIB_PATH)\ole32.lib \
$(SDK_LIB_PATH)\user32.lib
UMTYPE=console
USE_MSVCRT=1
PRECOMPILED_INCLUDE=precomp.h
PRECOMPILED_PCH=precomp.pch
PRECOMPILED_OBJ=precomp.obj