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.

30 lines
674 B

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. #
  6. # source list file for the Job object interfaces implementation library
  7. #
  8. # 6/25/95 EricB - created
  9. #
  10. #-----------------------------------------------------------------------------
  11. !include ..\..\daytona.inc
  12. TARGETNAME=job
  13. TARGETTYPE=LIBRARY
  14. TARGETPATH=obj
  15. INCLUDES=\
  16. $(INCLUDES) \
  17. ..\..\idl\$(O);
  18. SOURCES=\
  19. ..\guids.cxx \
  20. ..\job.cxx \
  21. ..\jobex.cxx \
  22. ..\persist.cxx \
  23. ..\security.cxx \
  24. ..\triggers.cxx \
  25. ..\util.cxx
  26. UMTYPE=windows