# $Id: makefile,v 1.9 2002-11-15 19:34:36 sandervl Exp $

#
# Odin32 API
#
#       riched32.dll makefile
#


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


#
# Overrides.
#
CDEFINES = $(CDEFINES) -DWIN32 -DSTDARG -DTHINK_C


#
# Object files. Prefix with OBJDIR and one space before the '\'.
#
OBJS = \
$(OBJDIR)\reader.obj \
$(OBJDIR)\charlist.obj \
$(OBJDIR)\textwriter.obj \
$(OBJDIR)\richedit.obj \
$(OBJDIR)\initterm.obj \
$(OBJDIR)\initriched32.obj \
$(OBJDIR)\riched32rsrc.obj


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


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


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

