!IF 0 Copyright (C) Microsoft Corporation, 1989 - 2002 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. !ENDIF TARGETPATH=obj TARGETNAME=rpcnsh TARGETTYPE=DYNLINK DLLDEF=$(O)\rpcnsh.def INCLUDES=$(SDK_INC_PATH);..\selbinding SOURCES= skeleton.cxx \ handlers.cxx \ rpcnsh.rc USE_MSVCRT=1 TARGETLIBS= $(SDK_LIB_PATH)\netsh.lib \ $(SDK_LIB_PATH)\ws2_32.lib \ $(SDK_LIB_PATH)\advapi32.lib \ $(SDK_LIB_PATH)\iphlpapi.lib \ $(SDK_LIB_PATH)\kernel32.lib \ ..\selbinding\$(O)\selbinding.lib