# $Id: makefile,v 1.15 2000-12-03 01:10:12 bird Exp $

#
# Odin32 API
#
#       crtdll.dll makefile
#


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


#
# Object files. Prefix with OBJDIR and one space before the '\'.
#
OBJS = \
$(OBJDIR)\crtdll_main.obj \
$(OBJDIR)\dir.obj \
$(OBJDIR)\exit.obj \
$(OBJDIR)\file.obj \
$(OBJDIR)\mbstring.obj \
$(OBJDIR)\memory.obj \
$(OBJDIR)\spawn.obj \
                     \
$(OBJDIR)\crtdll.obj \
$(OBJDIR)\asmhlp.obj \
$(OBJDIR)\stubs.obj \
$(OBJDIR)\internal.obj \
$(OBJDIR)\string.obj \
$(OBJDIR)\crt_memory.obj \
$(OBJDIR)\crt_wc.obj \
$(OBJDIR)\initterm.obj \
$(OBJDIR)\crtdllrsrc.obj


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


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


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