Source code of Windows XP (NT5)

41 lines
757 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. � 1998 Seagate Software, Inc. All rights reserved
  4. Module Name:
  5. sources.
  6. Abstract:
  7. This file specifies the target component being built and the list of
  8. sources files needed to build that component. Also specifies optional
  9. compiler switches and libraries that are unique for the component being
  10. built.
  11. Author:
  12. Steve Wood (stevewo) 12-Apr-1990
  13. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  14. !ENDIF
  15. MAJORCOMP=hsm
  16. MINORCOMP=job
  17. TARGETNAME=JobGuid
  18. TARGETPATH=$(BASEP_HSM_DIR)\lib\$(_OBJ_DIR)
  19. TARGETTYPE=LIBRARY
  20. INCLUDES=$(BASEP_HSM_DIR)\inc;$(BASEP_HSM_DIR)\inc\$(O)
  21. SOURCES= \
  22. jobint_i.c \
  23. joblib_i.c \
  24. jobprv_i.c \
  25. UMTYPE=windows