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.

58 lines
1.2 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. Peter Wassmann (peterw) 17-Oct-2001
  12. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  13. !ENDIF
  14. # settings common to all code that run on both platforms
  15. # component
  16. MAJORCOMP=setup
  17. MINORCOMP=pencrypt
  18. #
  19. # The PRERELEASE option
  20. #
  21. !include $(PROJECT_ROOT)\ntsetup\sources.inc
  22. # compiler options
  23. SOURCES= \
  24. pencrypt.c \
  25. # include path
  26. INCLUDES=$(SDK_INC_PATH); \
  27. $(ADMIN_INC_PATH); \
  28. $(DS_INC_PATH); \
  29. $(DS_INC_PATH)\crypto; \
  30. # target
  31. TARGETNAME=pencrypt
  32. TARGETTYPE=LIBRARY
  33. TARGETPATH=obj
  34. TARGETLIBS=\
  35. $(SDK_LIB_PATH)\kernel32.lib
  36. USE_NTDLL=0
  37. USE_CRTDLL=0
  38. PASS1_PUBLISH= \
  39. {$(O)\pencrypt.lib=$(PROJECT_LIB_PATH)\pencrypt.lib}