mirror of https://github.com/tongzx/nt5src
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.
41 lines
750 B
41 lines
750 B
#
|
|
# Soundblaster test application
|
|
#
|
|
# Removed obj\*\sbtest.lib from the UMLIBS section - MikeTri 040392
|
|
#
|
|
|
|
# Define name and type of application
|
|
|
|
TARGETNAME=sbtest
|
|
TARGETTYPE=PROGRAM
|
|
TARGETPATH=..\obj
|
|
TARGETLIBS=
|
|
|
|
SOURCES=sbtest.c \
|
|
about.c \
|
|
record.c \
|
|
pos.c \
|
|
playfile.c \
|
|
options.c \
|
|
callback.c \
|
|
inst.c \
|
|
init.c \
|
|
keyb.c \
|
|
riff.c \
|
|
wpf.c \
|
|
sbtest.rc
|
|
|
|
|
|
|
|
UMTYPE=windows
|
|
# UMAPPL=sbtest
|
|
|
|
UMLIBS=obj\*\sbtest.res \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\gdi32.lib \
|
|
$(SDK_LIB_PATH)\winmm.lib \
|
|
$(SDK_LIB_PATH)\comdlg32.lib\
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
|
|
|