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.

72 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. TARGETNAME=cryptdll_chicago
  15. TARGETPATH=$(SECURITY_LIB_DEST)
  16. TARGETTYPE=DYNLINK
  17. # This is needed, otherwise binaries get binplaced to the normal place.
  18. ALT_PROJECT_TARGET=win95
  19. DLLDEF=..\cryptdll.def
  20. DLLENTRY=_DllMainCRTStartup
  21. INCLUDES=..\;..\..\inc;$(DS_INC_PATH)\crypto;
  22. UMTYPE=console
  23. SOURCES=
  24. I386_SOURCES= \
  25. ..\cryptdll.c \
  26. ..\cryptmgr.c \
  27. ..\csummgr.c \
  28. ..\deswrap.c \
  29. ..\mdwrap.c \
  30. ..\lmwrap.c \
  31. ..\nullcs.c \
  32. ..\rng.c \
  33. ..\rc4cwrap.c \
  34. ..\rc4crypt.c \
  35. ..\crc32.c \
  36. ..\shawrap.c \
  37. ntcalls.c \
  38. ..\res.rc
  39. COMPILER_WARNINGS=$(COMPILER_WARNINGS) -FI$(SECURITY_INC)\secwarn.h
  40. C_DEFINES= $(C_DEFINES) -DWIN32_CHICAGO -DSECURITY_WIN32
  41. TARGETLIBS= \
  42. $(PROJECT_ROOT)\security\base\lsa\crypt\dll\chicago\$(O)\sys003.lib \
  43. $(DS_LIB_PATH)\randlib.lib \
  44. $(SDK_LIB_PATH)\kernel32.lib \
  45. $(SDK_LIB_PATH)\user32.lib \
  46. $(SDK_LIB_PATH)\advapi32.lib \
  47. $(SDK_LIB_PATH)\ntdll.lib
  48. LINKLIBS=$(DS_LIB_PATH)\rsa32.lib
  49. USE_MSVCRT=1
  50. NO_NTDLL=1