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.

46 lines
816 B

  1. !IF 0
  2. Copyright (c) 1999 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. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  12. !ENDIF
  13. MAJORCOMP=console
  14. MINORCOMP=keypklib
  15. TERMSRV_ROOT = ..\..\..
  16. COMMON_ROOT = $(TERMSRV_ROOT)\COMMON
  17. C_DEFINES=-DUNICODE
  18. TARGETNAME=keypklib
  19. TARGETPATH=obj
  20. TARGETTYPE=LIBRARY
  21. MSC_WARNING_LEVEL=$(MSC_WARNING_LEVEL) /W3 /WX
  22. SOURCES=keypack.c
  23. INCLUDES = \
  24. $(COMMON_ROOT)\license\inc;\
  25. $(DS_INC_PATH)\crypto
  26. PRECOMPILED_INCLUDE=precomp.h
  27. PRECOMPILED_PCH=precomp.pch
  28. PRECOMPILED_OBJ=precomp.obj