############################################################################ # # 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 TARGETNAME=WBEMUtils TARGETPATH=obj TARGETTYPE=DYNLINK 386_STDCALL=0 # The TARGETLIBS macro specifies additional libraries to link against your target # image. Each library path specification should contain an asterisk (*) # where the machine-specific subdirectory name should go. TARGETLIBS= \ $(WMIIDL_LIB) \ $(WBEMINT_LIB) \ $(STDLIBRARY_LIB) \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\version.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\mpr.lib\ $(SDK_LIB_PATH)\odbccp32.lib\ $(SDK_LIB_PATH)\vccomsup.lib\ $(SDK_LIB_PATH)\comctl32.lib\ $(SDK_LIB_PATH)\shell32.lib\ $(SDK_LIB_PATH)\htmlhelp.lib # The INCLUDES variable specifies any include paths that are specific to # this source directory. Separate multiple paths with single # semicolons. Relative path specifications are okay. INCLUDES=$(INCLUDES); \ $(STDLIBRARY_INC); \ $(WMIIDL_INC); \ $(ARTWORK); \ $(ARTWORK_WIN32ICONS) # 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=msgdlg.rc\ MsgDlg.cpp \ SingleView.cpp \ DlgSingleView.cpp \ EmbededObjDlg.cpp \ UserMsgDlg.cpp \ WbemError.cpp \ WbemVersion.cpp \ WbemRegistry.cpp \ WbemResource.cpp \ SchemaInfo.cpp \ HTMTopics.cpp C_DEFINES=$(C_DEFINES) /DBUILDING_DLL USER_C_FLAGS=/EHa MSC_OPTIMIZATION=/Ob2 DLLENTRY=_DllMainCRTStartup DLLDEF=$(O)\WBEMUtils.def USE_MSVCRT=1 USE_MFCVER=42 USE_MFCUNICODE=1 USE_MFC=1