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.
49 lines
732 B
49 lines
732 B
!IF 0
|
|
|
|
Copyright (c) 1993 Media Vision Inc.
|
|
|
|
Module Name:
|
|
|
|
sources.
|
|
|
|
Abstract:
|
|
|
|
This files builds the MVI MVAUDIO.SYS kernel driver
|
|
|
|
Author:
|
|
|
|
Evan Aurand
|
|
02-19-93
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
|
|
MAJORCOMP=ntos
|
|
MINORCOMP=dd
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=MVAUDIO
|
|
TARGETPATH=obj
|
|
TARGETTYPE=DRIVER
|
|
|
|
TARGETLIBS=..\soundlib\obj\*\soundlib.lib
|
|
|
|
INCLUDES=..\soundlib\inc;$(BASEDIR)\private\inc;$(BASEDIR)\private\ntos\inc
|
|
|
|
SOURCES=\
|
|
pas.c \
|
|
mvmix.c \
|
|
isr.c \
|
|
devcaps.c \
|
|
init.c \
|
|
config.c \
|
|
hardware.c \
|
|
mixer.c \
|
|
controls.c \
|
|
mix_objs.c \
|
|
mvaudio.rc
|
|
|
|
|
|
NTTEST=
|
|
OPTIONAL_NTTEST=
|