# $Id: makefile,v 1.6 2000/12/03 10:15:01 sandervl Exp $

#
# Odin32 API
#
#       mcicda.dll makefile
#


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


#
# Object files. Prefix with OBJDIR and one space before the '\'.
#
OBJS = \
$(OBJDIR)\mcicda.obj \
$(OBJDIR)\cdrom.obj \
$(OBJDIR)\mcicdarsrc.obj \
$(OBJDIR)\os2cdrom.obj \
$(DLLENTRY) \


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


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


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