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.

73 lines
1.6 KiB

  1. !IF 0
  2. Copyright (c) 1989 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. Steve Wood (stevewo) 12-Apr-1990
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. !INCLUDE ..\sources.inc
  15. #
  16. # The MAJORCOMP and MINORCOMP variables are defined
  17. # so that $(MAJORCOMP)$(MINORCOMP)filename can be used in
  18. # cross compiling to provide unique filenames in a flat namespace.
  19. #
  20. MAJORCOMP=SECURITY
  21. MINORCOMP=KERBEROS
  22. TARGETNAME=kerbkrnl
  23. TARGETPATH=$(SECURITY_LIB_DEST)
  24. TARGETTYPE=LIBRARY
  25. INCLUDES=.;..;..\inc;\
  26. ..\idl;..\idl\$(O);\
  27. ..\client2;\
  28. $(SECURITY_INC);\
  29. $(NET_INC_PATH);\
  30. $(DS_INC_PATH)\crypto;\
  31. $(PROJECT_ROOT)\netapi\inc; \
  32. $(BASE_INC_PATH);\
  33. $(ENDUSER_INC_PATH);
  34. # Strict warning, can be used to detect uninitialized vars. Picks up random
  35. # stuff too
  36. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  37. #
  38. # The SOURCES variable is defined by the developer. It is a list of all the
  39. # source files for this component. Each source file should be on a separate
  40. # line using the line continuation character. This will minimize merge
  41. # conflicts if two developers adding source files to the same component.
  42. #
  43. SOURCES=ctxtmgr.cxx \
  44. kerblist.cxx \
  45. krnlapi.cxx \
  46. cpgssutl.cxx
  47. #
  48. # Next specify options for the compiler.
  49. #
  50. C_DEFINES=-DRPC_NO_WINDOWS_H -DSECURITY_WIN32 -D_NTDRIVER_