mirror of https://github.com/lianthony/NT4.0
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
346 B
28 lines
346 B
!IF 0
|
|
|
|
Module Name: Reverse sample application (reverse sound wave)
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
Author:
|
|
|
|
Laurie Griffiths 92
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=reverse
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
C_DEFINES=-DWIN32
|
|
|
|
SOURCES=reverse.c \
|
|
reverse.rc
|
|
|
|
UMTYPE=windows
|
|
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\winmm.lib \
|