mirror of https://github.com/tongzx/nt5src
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.
25 lines
503 B
25 lines
503 B
###########################################################
|
|
#
|
|
# Microsoft
|
|
#
|
|
# IDL_Private.dll
|
|
#
|
|
# JPDup
|
|
#
|
|
###########################################################
|
|
|
|
|
|
TARGETNAME=ALG_Private
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
|
|
PASS1_PUBLISH=\
|
|
{$(O)\alg_private.h=$(_NTROOT)\net\inc\alg_private.h} \
|
|
{$(O)\alg_private_p.c=$(_NTROOT)\net\HomeNet\Config\dll\alg_private_p.c} \
|
|
{$(O)\alg_private.lib=$(_NTROOT)\net\lib\$(O)\alg_private.lib}
|
|
|
|
SOURCES=\
|
|
ALG_Private.idl \
|
|
ALG_Private_i.c
|
|
|
|
|