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.

67 lines
981 B

  1. MAJORCOMP=asn1
  2. MINORCOMP=msasn1
  3. UMTYPE=windows
  4. # Defining this allows windows.h to include other headers
  5. NOT_LEAN_AND_MEAN = 1
  6. # Use C-runtime DLL by default
  7. USE_MSVCRT = 1
  8. TARGETNAME=msasn1
  9. TARGETPATH=$(_OBJ_DIR)
  10. TARGETTYPE=DYNLINK
  11. DLLENTRY=DllMain
  12. TARGETLIBS= \
  13. $(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\user32.lib
  15. C_DEFINES=$(C_DEFINES) -DWIN32 -D_WINDOWS -DNT5BUILD -DENABLE_ALL
  16. #
  17. # List of sources
  18. #
  19. SOURCES=berdecod.c \
  20. berencod.c \
  21. bit.c \
  22. char.c \
  23. cintern.c \
  24. compare.c \
  25. intx.c \
  26. perdecod.c \
  27. perencod.c \
  28. perfn.c \
  29. types.c \
  30. ms_ut.c \
  31. ms_core.c \
  32. ms_per.c \
  33. nm_ber.c \
  34. ms_utf8.c \
  35. msasn1.rc
  36. #
  37. # Precompiled specs
  38. #
  39. PRECOMPILED_INCLUDE = precomp.h
  40. PRECOMPILED_PCH = precomp.pch
  41. PRECOMPILED_OBJ = precomp.obj
  42. CONDITIONAL_INCLUDES = \
  43. unistd.h \
  44. ieeefp.h \
  45. macocidl.h \
  46. macwin32.h \
  47. rpcerr.h \
  48. rpcmac.h \
  49. winwlm.h \
  50. macname1.h \
  51. macname2.h \
  52. macpub.h \
  53. macapi.h
  54. PASS1_PUBLISH= \
  55. {$(O)\msasn1.lib=$(SDK_LIB_PATH)\msasn1.lib}