18 lines
380 B
Plaintext
18 lines
380 B
Plaintext
|
#---------------------------------------------------------------------
|
||
|
#
|
||
|
# This makefile is for use with the SMSBUILD utility. It builds the
|
||
|
# common WBEM library.
|
||
|
#
|
||
|
#---------------------------------------------------------------------
|
||
|
|
||
|
TARGET=WinMgmtR.dll
|
||
|
NOEXPORTS=TRUE
|
||
|
NO_IMPLIB=TRUE
|
||
|
NOPDB=TRUE
|
||
|
|
||
|
MCFILES=.\WinMgmtR.mc
|
||
|
MC_H_DIR=.\
|
||
|
|
||
|
release=core\$(RELDIR)
|
||
|
#RCFILES=WinMgmtR.rc
|