25 lines
494 B
Plaintext
25 lines
494 B
Plaintext
############################################################################
|
|
|
|
#
|
|
|
|
# Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
TARGETNAME=wbemDC
|
|
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
DLLDEF=$(O)\WBEMDC.def
|
|
|
|
WMIPLATFORM=WIN2K
|
|
SUBSYSTEM_VERSION=4.00
|
|
WMIUNICODE=1
|
|
!include ..\sources.inc
|
|
SOURCES_USED=..\sources.inc
|
|
|