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.

34 lines
848 B

  1. #+---------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (c) Microsoft Corporation. All rights reserved.
  5. #
  6. # File: sources
  7. #
  8. # History: 7-20-94 ErikGav First attempt at rationalizing all this
  9. #
  10. #----------------------------------------------------------------------------
  11. C_DEFINES=$(C_DEFINES) -DIMPORT_IDL_DEPENDENTS
  12. PASS0_HEADERDIR=$(O)
  13. PASS0_SOURCEDIR=$(O)
  14. MIDL_UUIDDIR=$(O)
  15. MIDL_TLBDIR=$(O)
  16. PASS0_PUBLISH=\
  17. {$(O)\transact.h=$(SDK_INC_PATH)\transact.h} \
  18. {$(O)\comadmin.h=$(SDK_INC_PATH)\comadmin.h} \
  19. {comadmin.idl=$(SDK_INC_PATH)\comadmin.idl} \
  20. {$(O)\eventsys.h=$(SDK_INC_PATH)\eventsys.h} \
  21. {eventsys.idl=$(SDK_INC_PATH)\eventsys.idl}
  22. TARGETTYPE=LIBRARY
  23. TARGETPATH=obj
  24. TARGETNAME=
  25. SOURCES = transact.idl \
  26. comadmin.idl \
  27. eventsys.idl