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
1.1 KiB

  1. TARGETNAME=kerbprsr
  2. TARGETPATH=obj
  3. TARGETTYPE=DYNLINK
  4. UMTYPE=windows
  5. DLLDEF=kerbparser.def
  6. DLLENTRY=DLLEntry
  7. INCLUDES=..;..\inc;$(O);\
  8. $(SDK_INC_PATH)\mfc42;\
  9. $(BASE_INC_PATH)
  10. C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE -DBASEONLY=1
  11. SOURCES= \
  12. ASN1ABuffer.cxx \
  13. ASN1Base.cxx \
  14. ASN1BitString.cxx \
  15. ASN1Boolean.cxx \
  16. ASN1EData.cxx \
  17. ASN1GString.cxx \
  18. ASN1GTime.cxx \
  19. ASN1HAddress.cxx \
  20. ASN1Integer.cxx \
  21. ASN1IntegerSeq.cxx \
  22. ASN1OctetString.cxx \
  23. ASN1PaData.cxx \
  24. ASN1PNameSeq.cxx \
  25. ASN1Sequence.cxx \
  26. ASN1Unit.cxx \
  27. ASN1Value.cxx \
  28. Globals.cxx \
  29. kerbparser.cxx \
  30. kerbparser.rc \
  31. PRECOMPILED_INCLUDE=ASN1Parser.hxx
  32. PRECOMPILED_OBJ=ASN1Parser.obj
  33. PRECOMPILED_PCH=ASN1Parser.pch
  34. TARGETLIBS= \
  35. $(SDK_LIB_PATH)\bhsupp.lib \
  36. $(SDK_LIB_PATH)\nmapi.lib \
  37. $(SDK_LIB_PATH)\parser.lib \
  38. $(SDK_LIB_PATH)\kernel32.lib
  39. USE_MSVCRT=1