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
545 B

  1. !IF 0
  2. Module Name: Reverse sample application (reverse sound wave)
  3. sources.
  4. Abstract:
  5. Author:
  6. Laurie Griffiths 92
  7. !ENDIF
  8. TARGETNAME=mmcapsex
  9. TARGETPATH=obj
  10. TARGETTYPE=PROGRAM
  11. UMTYPE=windows
  12. UMENTRY=winmain
  13. C_DEFINES=-DWIN32
  14. SOURCES=debug.c \
  15. lowlevel.c \
  16. midspids.c \
  17. mmcaps.c \
  18. zyztlb.c \
  19. mmcaps.rc
  20. UMTYPE=windows
  21. UMLIBS=$(SDK_LIB_PATH)\winmm.lib \
  22. $(SDK_LIB_PATH)\shell32.lib \
  23. $(SDK_LIB_PATH)\comdlg32.lib \
  24. $(SDK_LIB_PATH)\comctl32.lib \