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.

52 lines
834 B

  1. !IF 0
  2. Copyright (c) 1989-2001 Microsoft Corporation
  3. Module Name:
  4. sources.
  5. Abstract:
  6. This file specifies the target component being built and the list of
  7. sources files needed to build that component. Also specifies optional
  8. compiler switches and libraries that are unique for the component being
  9. built.
  10. Author:
  11. Jim Cavalaris (jamesca) 19-March-2001
  12. Revision History:
  13. !ENDIF
  14. MAJORCOMP=base
  15. MINORCOMP=pnpidl
  16. TARGETNAME =
  17. TARGETPATH =
  18. TARGETTYPE = NOTARGET
  19. SYNCHRONIZE_BLOCK = 1
  20. IDL_TYPE = RPC
  21. PASS0_HEADERDIR = $(O)
  22. PASS0_CLIENTDIR = $(O)
  23. PASS0_SERVERDIR = $(O)
  24. MIDL_FLAGS = $(MIDL_FLAGS) -oldnames
  25. PASS0_PUBLISH=\
  26. {imports.h = ..\inc\imports.h} \
  27. {$(PASS0_HEADERDIR)\pnp.h = ..\inc\pnp.h}
  28. INCLUDES=\
  29. $(SDK_INC_PATH); \
  30. $(CRT_INC_PATH);
  31. SOURCES=\
  32. pnp.idl