!IF 0 Copyright (c) 1994 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 Cathcart (stevecat) 15-Nov-1994 NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl Use the following line when this is UNICODE ported NOT_UNICODE=1 !ENDIF MAJORCOMP= shell MINORCOMP= cpls #TARGETNAME= alertpg TARGETNAME= sysdm TARGETPATH= obj TARGETTYPE= DYNLINK TARGETEXT= cpl TARGETLIBS= $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\shell32.lib DLLENTRY= LibMain NOT_LEAN_AND_MEAN= 1 INCLUDES= .;..\..\inc;$(BASEDIR)\private\windows\inc C_DEFINES= -DWIN32 -DWINNT -D_WIN32 -DWINVER=0x0400 -DUNICODE !IF "$(SHELLDBG)"=="1" C_DEFINES= $(C_DEFINES) -DDEBUG -DFULL_DEBUG !ENDIF UMTYPE=windows EXPECTED_WINVER= 4.0 DLLDEF= alertpg.def SOURCES= alertpg.rc \ alertpg.c # # Fusionized # SXS_MANIFEST_RESOURCE_ID=123 SXS_APPLICATION_MANIFEST=WindowsShell.Manifest