Leaked source code of windows server 2003
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.

61 lines
1.3 KiB

  1. # ############################################################
  2. #
  3. #Copyright (c) 2000 Microsoft Corporation
  4. #
  5. #Author:
  6. # byronc, coopp
  7. #
  8. #Date:
  9. # 2-Feb-2000
  10. #
  11. #Module Name:
  12. # sources.inc
  13. #
  14. #Abstract:
  15. # This file specifies the target component being built and the list of
  16. # sources files needed to build that component. Also specifies optional
  17. # compiler switches and libraries that are unique for the component being
  18. # built.
  19. #
  20. # This directory builds
  21. # stirpc.h - common header file for STI's RPC
  22. # stirpc_s.c - server side generated file for STI's RPC
  23. # stirpc_c.c - client side generated file for STI's RPC
  24. #
  25. # ############################################################
  26. !include $(PROJECT_ROOT)\wia\wiaenv.inc
  27. #
  28. # TO be safe
  29. #
  30. CHICAGO_PRODUCT=1
  31. NOT_UNICODE =1
  32. NO_BROWSER_FILE=1
  33. SYNCHRONIZE_DRAIN=1
  34. !include ..\..\wiaenv.inc
  35. MIDL_INCS = $(PROJECT_ROOT)\wia\inc $(MIDL_INCS)
  36. TARGETNAME=stirpc
  37. TARGETTYPE=NOTARGET
  38. TARGETPATH=$(OBJ_DIR)
  39. IDL_TYPE=rpc
  40. IDL_FLAGS = -ms_ext -c_ext -oldnames -pack 1 $(IDL_FLAGS)
  41. IDL_DIR = .
  42. PASS0_HEADERDIR=$(O)
  43. PASS0_SERVERDIR=$(O)
  44. PASS0_CLIENTDIR=$(O)
  45. MIDL_FLAGS =-acf $(IDL_DIR)\$(TARGETNAME).acf $(MIDL_FLAGS)
  46. #
  47. # Really should be only defined for Win98
  48. #
  49. #MIDL_NO_ROBUST=1
  50. SOURCES = stirpc.idl