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.

68 lines
1.7 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=misclib
  22. #
  23. # The TARGETNAME variable is defined by the developer. It is the name of
  24. # the target (component) that is being built by this makefile. It
  25. # should NOT include any path or file extension information.
  26. #
  27. TARGETNAME=secmisc
  28. #
  29. # The TARGETPATH and TARGETTYPE variables are defined by the developer.
  30. # The first specifies where the target is to be build. The second specifies
  31. # the type of target (either PROGRAM, DYNLINK, LIBRARY, UMAPPL_NOLIB or
  32. # BOOTPGM). UMAPPL_NOLIB is used when you're only building user-mode
  33. # apps and don't need to build a library.
  34. #
  35. TARGETPATH=$(SECURITY_LIB_DEST)
  36. TARGETTYPE=LIBRARY
  37. INCLUDES=..\idl;..\idl\$(O);..\inc;..\..\inc;$(SECURITY_INC);
  38. USE_NTDLL=1
  39. # Strict warning, can be used to detect uninitialized vars. Picks up random
  40. # stuff too
  41. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  42. SOURCES= \
  43. pac.cxx \
  44. pacndr_c_stub.c \
  45. pacndr_s_stub.c
  46. C_DEFINES= $(C_DEFINES) -DRPC_NO_WINDOWS_H