!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. Revision History: 991118 johnhaw Created. 000310 georgema exe name changed to keymgr, greatly mutated !ENDIF MAJORCOMP= MINORCOMP= NEPTUNE_ROOT=.. SETUP_ROOT=$(NEPTUNE_ROOT)\.. TARGETNAME=keymgr TARGETPATH=obj TARGETTYPE=DYNLINK TARGETEXT=cpl C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE USE_CRTDLL = 1 INCLUDES= \ $(SECURITY_INC)\$(O); MISCFILES= Key_Manager_CPL_{20B49A2C-5030-4F1F-BF71-F7372548E4E1}.sld SOURCES= \ keymgr.cpp \ keymgr.rc TARGETLIBS = \ $(O)\keymgr.lib \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\kernel32.lib \