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

!IF 0
Module Name: Reverse sample application (reverse sound wave)
sources.
Abstract:
Author:
Laurie Griffiths 92
!ENDIF
TARGETNAME=mmcapsex
TARGETPATH=obj
TARGETTYPE=PROGRAM
UMTYPE=windows
UMENTRY=winmain
C_DEFINES=-DWIN32
SOURCES=debug.c \
lowlevel.c \
midspids.c \
mmcaps.c \
zyztlb.c \
mmcaps.rc
UMTYPE=windows
UMLIBS=$(SDK_LIB_PATH)\winmm.lib \
$(SDK_LIB_PATH)\shell32.lib \
$(SDK_LIB_PATH)\comdlg32.lib \
$(SDK_LIB_PATH)\comctl32.lib \