# $Id: makefile,v 1.13 2000-11-19 09:13:58 bird Exp $

#
# Odin32 API
#
#       lz32.dll makefile
#


#
# Compiler, tools, and interference rules.
#
!include ../../include/pdwin32.mk


#
# Object files. Prefix with OBJDIR and one space before the '\'.
#
OBJS = \
$(OBJDIR)\lz32.obj \
$(OBJDIR)\lz32rsrc.obj \
$(DLLENTRY)


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


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


#
# Includes the common rules.
#
!include $(PDWIN32_INCLUDE)/pdwin32.post

