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.

27 lines
600 B

  1. #+----------------------------------------------------------------------------
  2. #
  3. # Microsoft Windows
  4. # Copyright (C) Microsoft Corporation, 1992 - 1996.
  5. #
  6. # Source list file for the Scheduling Agent AT service job converter library
  7. #
  8. # 6/13/96 EricB - created
  9. #
  10. #-----------------------------------------------------------------------------
  11. !include ..\common.inc
  12. TARGETNAME=atconv
  13. TARGETTYPE=LIBRARY
  14. TARGETPATH=obj
  15. INCLUDES=\
  16. $(INCLUDES) \
  17. ..\idl\$(O);
  18. SOURCES=\
  19. atacct.cxx \
  20. atconv.cxx
  21. PASS0_PUBLISH=\
  22. {atacct.h=$(SDK_INC_PATH)\AtAcct.h}