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.

70 lines
1.3 KiB

  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. INCLUDES=$(INCLUDES)\
  16. $(ENDUSER_INC_PATH)
  17. C_DEFINES=$(C_DEFINES) -DWIN32 -D_WINDOWS -DNT5BUILD -DENABLE_ALL
  18. #
  19. # List of sources
  20. #
  21. SOURCES=berdecod.c \
  22. berencod.c \
  23. bit.c \
  24. char.c \
  25. cintern.c \
  26. compare.c \
  27. intx.c \
  28. perdecod.c \
  29. perencod.c \
  30. perfn.c \
  31. types.c \
  32. ms_ut.c \
  33. ms_core.c \
  34. ms_per.c \
  35. nm_ber.c \
  36. ms_utf8.c \
  37. msasn1.rc
  38. #
  39. # Precompiled specs
  40. #
  41. PRECOMPILED_INCLUDE = precomp.h
  42. PRECOMPILED_PCH = precomp.pch
  43. PRECOMPILED_OBJ = precomp.obj
  44. CONDITIONAL_INCLUDES = \
  45. unistd.h \
  46. ieeefp.h \
  47. macocidl.h \
  48. macwin32.h \
  49. rpcerr.h \
  50. rpcmac.h \
  51. winwlm.h \
  52. macname1.h \
  53. macname2.h \
  54. macpub.h \
  55. macapi.h
  56. PASS1_PUBLISH= \
  57. {$(O)\msasn1.lib=$(SDK_LIB_PATH)\msasn1.lib}