!IF 0 Copyright (c) 2001 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: George Masters (georgema) 2 -May -2001 NOTE: No notes !ENDIF USE_MSVCRT=1 W32_SB=1 TARGETNAME=cmdkey TARGETPATH=obj TARGETTYPE=PROGRAM MSC_WARNING_LEVEL=/W3 /WX C_DEFINES=$(C_DEFINES) -DUNICODE MISCFILES=cmdkey.sld SOURCES= consmsg.mc \ cmdkey.rc \ utils.cpp \ cmdkey.cpp \ io.cpp \ command.cpp UMTYPE=console PASS0_HEADERDIR=$(O) PASS0_SOURCEDIR=$(O) INCLUDES=$(O) MC_FLAGS=-v USECXX_FLAG=/Tp TARGETLIBS= \ $(SDK_LIB_PATH)\user32.lib \ $(SDK_LIB_PATH)\credui.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\advapip.lib\ $(SDK_LIB_PATH)\ntdll.lib