!IF 0 Copyright (c) 2000 Microsoft Corporation 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. Author: Jon Wiswall (jonwis) 27-Nov-2000 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF TARGETNAME=sxsexpress TARGETPATH=obj TARGETTYPE=DYNLINK RTL_XML_LIB_PATH=..\..\xmllib\$(O) DELAYLOAD=user32.dll;ole32.dll;gdi32.dll;version.dll DLOAD_ERROR_HANDLER=kernel32.dll TARGETLIBS=\ $(SDK_LIB_PATH)\fdi.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\ole32.lib \ $(SDK_LIB_PATH)\oleaut32.lib \ $(SDK_LIB_PATH)\shell32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\version.lib \ $(SDK_LIB_PATH)\uuid.lib \ $(RTL_XML_LIB_PATH)\sxsasmident.lib \ $(RTL_XML_LIB_PATH)\rtlsxsutils.lib \ $(RTL_XML_LIB_PATH)\rtlxmllib.lib \ $(RTL_XML_LIB_PATH)\identrospection.lib \ ..\core\$(O)\sxsexpresscore.lib \ INCLUDES= \ ..\..\xmllib\inc; \ ..\inc; \ $(INCLUDES); \ $(COM_INC_PATH); \ $(SDK_INC_PATH); \ $(BASE_INC_PATH); \ USE_NATIVE_EH=ASYNC USE_MSVCRT=1 SOURCES=\ dllmain.cpp \ ..\resource.rc \ C_DEFINES=-DWIN32 -DNT -DUNICODE -D_UNICODE