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.

67 lines
1.1 KiB

  1. !ifndef ROOT
  2. ROOT=$(MAKEDIR:\av\codecs\lh=)
  3. !endif
  4. !ifndef DEVROOT
  5. DEVROOT=$(ROOT)\dev
  6. !endif
  7. !include $(DEVROOT)\common.inc
  8. MAJORCOMP=codecs
  9. MINORCOMP=lhacm
  10. TARGETNAME=lhacm
  11. TARGETEXT=acm
  12. TARGETPATH=$(_OBJ_DIR)
  13. TARGETTYPE=DYNLINK
  14. DLLDEF=lhacm.def
  15. DLLENTRY=DllEntryPoint
  16. TARGETLIBS=$(SDK_LIB_PATH)\winmm.lib \
  17. $(SDK_LIB_PATH)\kernel32.lib \
  18. $(SDK_LIB_PATH)\advapi32.lib \
  19. $(SDK_LIB_PATH)\user32.lib \
  20. $(SDK_LIB_PATH)\msacm32.lib \
  21. INCLUDES=..\..\h;$(ROOT)\h
  22. MSC_WARNING_LEVEL = /W1
  23. # USER_C_FLAGS=/FAcs $(USER_C_FLAGS)
  24. #
  25. # List of sources
  26. #
  27. SOURCES= \
  28. init.c \
  29. lhacm.c \
  30. bib_32.c \
  31. data.c \
  32. getsize.c \
  33. encoder.c \
  34. decoder.c \
  35. lhacm.rc
  36. #
  37. # Precompiled specs
  38. #
  39. #PRECOMPILED_INCLUDE = precomp.h
  40. #PRECOMPILED_PCH = precomp.pch
  41. #PRECOMPILED_cpp = precomp.obj
  42. #PRECOMPILED_CXX = 1
  43. CONDITIONAL_INCLUDES = \
  44. macocidl.h \
  45. macwin32.h \
  46. rpcerr.h \
  47. rpcmac.h \
  48. winwlm.h \
  49. macname1.h \
  50. macname2.h \
  51. macpub.h \
  52. macapi.h