86 lines
1.9 KiB
Plaintext
86 lines
1.9 KiB
Plaintext
!IF 0
|
|
|
|
Copyright (C) Microsoft Corporation, 1999 - 1999
|
|
|
|
Module Name:
|
|
|
|
sources.inc.
|
|
|
|
!ENDIF
|
|
|
|
MAJORCOMP=admin
|
|
MINORCOMP=SchemaManager
|
|
|
|
TARGETNAME=wmiscmgr
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
UMTYPE=windows
|
|
|
|
WIN32_WINNT_VERSION=0x0400
|
|
WIN32_IE_VERSION=0x0500
|
|
SUBSYSTEM_VERSION=4.00
|
|
|
|
SYNCHRONIZE_BLOCK=1
|
|
USE_NATIVE_EH=1
|
|
USE_RTTI=1
|
|
USE_VCCOM=1
|
|
USE_STL=1
|
|
USE_STATIC_ATL=1
|
|
ATL_VER=30
|
|
USE_MSVCRT=1
|
|
|
|
# Use LINKLIBS (gets passed first) if: (from build.hlp)
|
|
# You are building a dynamic link.
|
|
# You are exporting something that's defined in some other component library that you also build.
|
|
# In your dirs file in the subdirectory above, you have ordered it so that the component libraries
|
|
# are around before you build the dynamic link.
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\advapi32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\shell32.lib \
|
|
$(SDK_LIB_PATH)\dbghelp.lib \
|
|
$(SDK_LIB_PATH)\wbemuuid.lib \
|
|
$(SDK_LIB_PATH)\htmlhelp.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib \
|
|
|
|
!if exist (PrivateBranch.inc)
|
|
!include PrivateBranch.inc
|
|
!endif
|
|
|
|
!ifndef __PublishedDir
|
|
__PublishedDir = wmiscmgr
|
|
!endif
|
|
|
|
TLBDir = $(PROJECT_ROOT)\published\$(__PublishedDir)\$(O)
|
|
INCLUDES= inc; \
|
|
resource; \
|
|
$(ADMIN_INC_PATH); \
|
|
$(SDK_INC_PATH)\atl30; \
|
|
$(SDK_INC_PATH)\crt; \
|
|
$(TLBDir); \
|
|
|
|
DLLDEF=SchemaManager.def
|
|
|
|
|
|
PRECOMPILED_INCLUDE = stdafx.h
|
|
PRECOMPILED_CXX = 1
|
|
|
|
C_DEFINES = $(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
SOURCES= \
|
|
SchemaManager.rc \
|
|
ntdmutils.cpp \
|
|
SchemaManager.cpp \
|
|
WMIFilterManager.cpp \
|
|
WMIFilterMgrDlg.cpp \
|
|
ColumnMgrDlg.cpp \
|