You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
836 B
40 lines
836 B
!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
|
|
|