Source code of Windows XP (NT5)
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.

28 lines
637 B

  1. ############################################################################
  2. #
  3. # Copyright (c) 2002 Microsoft Corporation, All Rights Reserved
  4. #
  5. ############################################################################
  6. TARGETNAME =
  7. TARGETPATH = obj
  8. TARGETTYPE = NOTARGET
  9. SYNCHRONIZE_BLOCK=1
  10. IDL_TYPE=RPC
  11. MIDL_FLAGS= $(MIDL_FLAGS) -oldnames -DMIDL_PASS -DSECURITY_WIN32
  12. PASS0_HEADERDIR=$(O)
  13. PASS0_CLIENTDIR=$(O)
  14. PASS0_SERVERDIR=$(O)
  15. SOURCES=\
  16. atsvc.idl \
  17. SASecRPC.idl
  18. PASS0_PUBLISH=\
  19. {.\atsvcinc.h=$(SDK_INC_PATH)\AtSvcInc.h} \
  20. {$(O)\atsvc.h=$(SDK_INC_PATH)\AtSvc.h} \
  21. {$(O)\SASecRPC.h=$(SDK_INC_PATH)\SASecRPC.h} \