44 lines
705 B
Plaintext
44 lines
705 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989-2001 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.
|
|
|
|
|
|
Author:
|
|
|
|
Jim Cavalaris (jamesca) 27-February-2001
|
|
|
|
|
|
Revision History:
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=base
|
|
MINORCOMP=cfgmgr32
|
|
|
|
SYNCHRONIZE_DRAIN=1
|
|
|
|
TARGETPATH=obj
|
|
TARGETNAME=cfgmgr32
|
|
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
|
|
TARGETTYPE=DYNLINK
|
|
|
|
UMTYPE=windows
|
|
DLLDEF=cfgmgr32.def
|
|
|
|
LINKLIBS=\
|
|
$(SDK_LIB_PATH)\setupapi.lib
|
|
|
|
SOURCES=\
|
|
cfgmgr32.rc
|