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.
20 lines
381 B
20 lines
381 B
TARGETNAME=PwMig
|
|
TARGETPATH=obj
|
|
TARGETTYPE=NOTARGET
|
|
|
|
#MIDL_NO_ROBUST=1
|
|
IDL_TYPE=RPC
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_CLIENTDIR=$(O)
|
|
PASS0_SERVERDIR=$(O)
|
|
MSC_WARNING_LEVEL=/W4
|
|
|
|
MIDL_FLAGS= $(MIDL_FLAGS) -prefix client Pwdc -oldnames
|
|
|
|
INCLUDES=..
|
|
|
|
# these idl files are the exactly the same as the ones in the VS IDL project
|
|
SOURCES=..\PwdSvc.idl
|
|
|
|
#NTTARGETFILE1=
|