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.

42 lines
619 B

  1. !IF 0
  2. Copyright (c) 1989 Microsoft Corporation
  3. !ENDIF
  4. MAJORCOMP=crypt
  5. MINORCOMP=tdecode
  6. TARGETNAME=$(MINORCOMP)
  7. TARGETPATH=obj
  8. TARGETTYPE=PROGRAM
  9. BINPLACE_PLACEFILE=..\placefil.txt
  10. C_DEFINES= -D_WINDOWS
  11. UMTYPE=console
  12. NOT_LEAN_AND_MEAN=1
  13. USE_MSVCRT=1
  14. !IF "$(CRYPT_USE_DEBUG_CRTS)"!=""
  15. DEBUG_CRTS=1
  16. !ENDIF
  17. INCLUDES= $(SECURITY_INC);..\certtest;
  18. SOURCES= \
  19. $(MINORCOMP).rc \
  20. $(MINORCOMP).cpp
  21. LINKLIBS = \
  22. $(CRYPT_SDKORLOCALLIB)\crypt32.lib \
  23. $(TARGETLIBS)
  24. LINKLIBS = \
  25. $(SECURITY_LIB_PATH)\certtest.lib
  26. TARGETLIBS= \
  27. $(SDK_LIB_PATH)\crypt32.lib