# $Id: makefile,v 1.14 2001/04/02 09:51:12 sandervl Exp $

#
# Odin32 API
#
#       msacm32.dll makefile
#


#
# Compiler, tools, and interference rules.
#
!include ../../makefile.inc


#
# Object files. Prefix with OBJDIR and one space before the '\'.
#
OBJS = \
$(OBJDIR)\msacm32.obj \
$(OBJDIR)\filter.obj \
$(OBJDIR)\format.obj \
$(OBJDIR)\internal.obj \
$(OBJDIR)\stream.obj \
$(OBJDIR)\driver.obj \
$(OBJDIR)\initterm.obj \
$(OBJDIR)\pcmconverter.obj \
$(OBJDIR)\msacm32_main.obj


#
# Libraries. One space before the '\'.
#
LIBS = \
$(ODIN32_LIB)/kernel32.lib \
$(ODIN32_LIB)/$(ODINCRT).lib \
$(ODIN32_LIB)/user32.lib \
$(ODIN32_LIB)/winmm.lib \
$(ODIN32_LIB)/advapi32.lib \
$(ODIN32_LIB)/pmwinx.lib \
OS2386.LIB \
$(RTLLIB_O)


#
# Target name - name of the dll without extention and path.
#
TARGET = msacm32


#
# Includes the common rules.
#
!include $(ODIN32_POST_INC)

