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.

36 lines
650 B

  1. !if 0
  2. Copyright (c) 1997 Microsoft Corporation. All Rights Reserved.
  3. !endif
  4. ROOT=$(MAKEDIR:\streams\audio=)
  5. DISABLE_PCH=1
  6. !include $(ROOT)\common.inc
  7. TARGETNAME=audsamp
  8. TARGETPATH=obj
  9. TARGETTYPE=PROGRAM
  10. UMTYPE=console
  11. UMENTRY=main
  12. USE_MSVCRT=1
  13. INCLUDES= \
  14. $(INCLUDES)
  15. C_DEFINES=$(C_DEFINES)
  16. SOURCES= \
  17. audio.cpp
  18. TARGETLIBS= \
  19. $(QUARTZ_LIB_DIR)\strmbase.lib \
  20. $(QUARTZ_LIB_DIR)\amstrmid.lib \
  21. $(SDK_LIB_PATH)\shell32.lib \
  22. $(SDK_LIB_PATH)\ole32.lib \
  23. $(SDK_LIB_PATH)\version.lib \
  24. $(SDK_LIB_PATH)\uuid.lib \
  25. $(SDK_LIB_PATH)\comctl32.lib \
  26. $(SDK_LIB_PATH)\comdlg32.lib \
  27. $(SDK_LIB_PATH)\winmm.lib