You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
451 B
20 lines
451 B
############################################################################
|
|
#
|
|
# Copyright © Microsoft Corporation. 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
|
|
|