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.

48 lines
974 B

  1. !IF 0
  2. Copyright (c) 2000 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. Revision History:
  11. 991118 johnhaw Created.
  12. 000310 georgema exe name changed to keymgr, greatly mutated
  13. !ENDIF
  14. MAJORCOMP=
  15. MINORCOMP=
  16. NEPTUNE_ROOT=..
  17. SETUP_ROOT=$(NEPTUNE_ROOT)\..
  18. TARGETNAME=keymgr
  19. TARGETPATH=obj
  20. TARGETTYPE=DYNLINK
  21. TARGETEXT=cpl
  22. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
  23. USE_CRTDLL = 1
  24. INCLUDES= \
  25. $(SECURITY_INC)\$(O);
  26. MISCFILES= Key_Manager_CPL_{20B49A2C-5030-4F1F-BF71-F7372548E4E1}.sld
  27. SOURCES= \
  28. keymgr.cpp \
  29. keymgr.rc
  30. TARGETLIBS = \
  31. $(O)\keymgr.lib \
  32. $(SDK_LIB_PATH)\comctl32.lib \
  33. $(SDK_LIB_PATH)\kernel32.lib \