Source code of Windows XP (NT5)
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.
|
|
!IF 0
Copyright (C) Microsoft Corporation, 1989 - 2001
Module Name:
sources.
Abstract:
This file specifies the target component being built and the list of sources files needed to build that component. Also specifies optional compiler switches and libraries that are unique for the component being built.
!ENDIF
!INCLUDE ..\user.mk
MINORCOMP=CIAdmin TARGETNAME=CIAdmin TARGETTYPE=DYNLINK
# # Enable Fusion Build Magic (preprocess the manifest, stick in resources) # SXS_ASSEMBLY_NAME=Microsoft.Windows.IndexingService.CIAdmin SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=ciadmin.manifest SXS_MANIFEST_IN_RESOURCES=1 SXS_NO_BINPLACE=1 # the resource ID here must be 2 SXS_MANIFEST_RESOURCE_ID=2 # ISOLATION_AWARE_ENABLED ==> use ui themes
C_DEFINES=$(C_DEFINES) -DISOLATION_AWARE_ENABLED
DLLDEF=$(_OBJ_DIR)\*\CIAdmin.def DLLENTRY=_DllMainCRTStartup
INCLUDES=$(INCLUDES);..\h;..\qutil\h
SOURCES=Catalog.cxx \ ClassFac.cxx \ CmdDlg.cxx \ DataObj.cxx \ Header.cxx \ Prop.cxx \ PropSht.cxx \ $(O)\isreg.cxx \ Register.cxx \ Scope.cxx \ Snapin.cxx \ Strings.cxx \ rootnode.cxx \ CIAdmin.rc
BACKGROUND_USE=1
TARGETLIBS=\ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\query.lib\ $(SDK_LIB_PATH)\uuid.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\comdlg32.lib \ $(SDK_LIB_PATH)\mmc.lib \ $(TARGETLIBS)
MISCFILES=CIAdmin.msc CIAdmin.htm IXQLang.htm ciquery.htm ciadv.msc
PRECOMPILED_INCLUDE=pch.cxx
NTTARGETFILE0=$(O)\isreg.cxx
|