41 lines
754 B
Plaintext
41 lines
754 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1989 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.inc
|
|
|
|
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:
|
|
|
|
Steve Wood (stevewo) 12-Apr-1990
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=wmi
|
|
TARGETTYPE=DYNLINK
|
|
TARGETPATH=obj
|
|
|
|
DLLDEF=wmi.def
|
|
|
|
LINKLIBS= ..\advapi32\$(O)\advapip.lib
|
|
SYNCHRONIZE_DRAIN=1 # Make sure advapip.lib is built.
|
|
|
|
NTTARGETFILES=$(O)\wmip.lib
|
|
|
|
SOURCES=wmi.rc
|
|
|
|
UMTYPE=windows
|
|
|
|
PASS1_PUBLISH={$(O)\wmip.lib=$(SDK_LIB_PATH)\wmip.lib}
|
|
NO_BROWSER_FILE=1 |