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.

46 lines
816 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. NO_UNICODE=1
  6. CA_ROOT=..\..
  7. !include $(CA_ROOT)\ca.mk
  8. MINORCOMP=certie3
  9. TARGETNAME=$(MINORCOMP)
  10. TARGETPATH=obj
  11. TARGETTYPE=PROGRAM
  12. UMTYPE=console
  13. CHECKED_ALT_DIR=1
  14. NOT_LEAN_AND_MEAN=1
  15. INCLUDES = \
  16. $(INCLUDES); \
  17. $(DS_INC_PATH); \
  18. $(SECURITY_INC);
  19. SOURCES= \
  20. $(MINORCOMP).cpp \
  21. $(MINORCOMP).rc
  22. SOURCES= \
  23. $(MINORCOMP).rc \
  24. $(MINORCOMP).cpp
  25. TARGETLIBS= \
  26. $(TARGETLIBS) \
  27. $(CA_CERTLIBS) \
  28. $(CA_CERTIDLLIB) \
  29. $(CA_SDKLIB)\cryptui.lib \
  30. $(CA_SDKLIB)\crypt32.lib \
  31. $(CA_SDKLIB)\ole32.lib \
  32. $(CA_SDKLIB)\oleaut32.lib \
  33. $(CA_SDKLIB)\user32.lib \
  34. $(CA_SDKLIB)\uuid.lib