2025-04-27 07:49:33 -04:00

42 lines
818 B
Plaintext

!ifdef PROJECT_ROOT
! INCLUDE $(PROJECT_ROOT)\pchealth\build\paths.all
!else
! INCLUDE $(INETROOT)\build\paths.all
!endif
MAJORCOMP=HelpCtr
MINORCOMP=SAF_WMI
TARGETNAME=WMIParser
TARGETTYPE=LIBRARY
DLLBASE=
DLLDEF=
USE_STATIC_ATL=1
USE_NATIVE_EH=1
USE_UNICODE=1
SOURCES= \
WMIParser_Snapshot.cpp \
WMIParser_Instance.cpp \
WMIParser_InstanceName.cpp \
WMIParser_InstanceNameItem.cpp \
WMIParser_Property.cpp \
WMIParser_Property_Array.cpp \
WMIParser_Property_Scalar.cpp \
WMIParser_Property_Reference.cpp \
WMIParser_Value.cpp \
WMIParser_ValueReference.cpp \
WMIParser_Cluster.cpp \
INCLUDES= \
$(LOCALLIBPATH);\
$(LOCALROOT)\Service\include;\
$(LOCALROOT)\include;\
!INCLUDE $(INETROOT)\build\sources.all
PRECOMPILED_INCLUDE=stdafx.h
PRECOMPILED_CXX=1