!IF 0 Copyright (c) 1989 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: Steve Wood (stevewo) 12-Apr-1990 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl !ENDIF # # Fusion stuff # SXS_ASSEMBLY_NAME=Microsoft.Windows.DfrgRes SXS_ASSEMBLY_VERSION=1.0 SXS_ASSEMBLY_LANGUAGE_INDEPENDENT=1 SXS_MANIFEST=DfrgRes.Manifest SXS_MANIFEST_IN_RESOURCES=1 SXS_MANIFEST_RESOURCE_ID=123 SXS_NO_BINPLACE=1 # # using shfusion.lib requires this # LINKER_FLAGS = $(LINKER_FLAGS) -ignore:4049,4217 RESOURCE_ONLY_DLL=1 TARGETNAME=DfrgRes TARGETPATH=obj TARGETTYPE=DYNLINK INCLUDES=..\Inc; C_DEFINES= -DWIN32 -DNDEBUG -DUNICODE -D_UNICODE -DDKMS SOURCES=DfrgRes.rc MISCFILES=..\dfrg.msc TARGETLIBS=\ $(SDK_LIB_PATH)\shlwapi.lib \ $(SHELL_LIB_PATH)\shfusion.lib