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.

28 lines
332 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=reverse
  9. TARGETPATH=obj
  10. TARGETTYPE=PROGRAM
  11. UMTYPE=windows
  12. UMENTRY=winmain
  13. C_DEFINES=-DWIN32
  14. SOURCES=reverse.c \
  15. reverse.rc
  16. UMTYPE=windows
  17. UMLIBS=$(SDK_LIB_PATH)\winmm.lib