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.

34 lines
609 B

  1. !IF 0
  2. Copyright (C) Microsoft Corporation, 1989 - 1999
  3. NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
  4. !ENDIF
  5. CA_RELATIVEROOT=..
  6. MAJORCOMP=certsrv
  7. MINORCOMP=initlib
  8. TARGETNAME=$(MINORCOMP)
  9. TARGETPATH=obj
  10. TARGETTYPE=LIBRARY
  11. CHECKED_ALT_DIR=1
  12. NOT_LEAN_AND_MEAN=1
  13. USE_MSVCRT=1
  14. !include $(CA_RELATIVEROOT)\sources.inc
  15. INCLUDES=$(DS_INC_PATH);$(CA_RELATIVEROOT)\include;$(SECURITY_INC)
  16. C_DEFINES=-DUNICODE -D_UNICODE
  17. PRECOMPILED_INCLUDE=pch.cpp
  18. SOURCES= \
  19. certhier.cpp \
  20. certmsg.cpp \
  21. certui.cpp \
  22. initlib.cpp \
  23. keyenum.cpp