41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
############################################################################
|
|
|
|
#
|
|
|
|
# Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
|
|
#
|
|
# All rights reserved.
|
|
#
|
|
############################################################################
|
|
|
|
WMIPRECOMP=1
|
|
WMIUNICODE=1
|
|
!include $(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
|
|
SOURCES_USED=$(PROJECT_ROOT)\wmi\wbem\common\makefile.cmn
|
|
|
|
!include $(ACTIVEX_OCX_SOURCES_INC)
|
|
SOURCES_USED=$(ACTIVEX_OCX_SOURCES_INC)
|
|
|
|
|
|
TARGETNAME=WBEMNSPicker
|
|
DLLDEF=$(O)\WBEMNSPicker.def
|
|
|
|
# The developer defines the SOURCES macro. It contains a list of all the
|
|
# source files for this component. Specify each source file on a separate
|
|
# line using the line-continuation character. This minimizes merge
|
|
# conflicts if two developers are adding source files to the same component.
|
|
SOURCES=NSEntry.rc\
|
|
NSEntry.odl \
|
|
BrowseDialogPopup.cpp \
|
|
BrowseTBC.cpp \
|
|
EditInput.cpp \
|
|
MachineEditInput.cpp \
|
|
namespace.cpp \
|
|
NameSpaceTree.cpp \
|
|
NSEntry.cpp \
|
|
nsentry1.cpp \
|
|
NSEntryCtl.cpp \
|
|
NSEntryPpg.cpp \
|
|
CATHELP.cpp \
|
|
ToolCWnd.cpp
|