#
# BE disassembler extension for Z80
#
# OS/2
# IBM VisualAge C++ 3.0, with CTC306, CTD302, CTU304
#

BE =		..\be

CWARNS =	/W3 /Wcmp+cnd+dcl+ord+par+use+
CFLAGS =	/C+ $(CWARNS) /Ge-d-m+ /Q+ /DOS2 /DNO_CINCLUDES /I$(BE)
LFLAGS =	/NOI /NOLOGO

.c.obj:
		icc $(CFLAGS) /Tp $*.C

#

bez80.dll:	bez80.obj bez80.def
		ilink $(LFLAGS) /OUT:$@ $**

bez80.obj:	bez80.C $(BE)\bedisext.h

# Install

IDIR =		c:\be

install:
		@copy bez80.dll $(IDIR)
		@copy bez80.htm $(IDIR)

# Package

package:
		zip -q -r -z bez80 * < <<

Andys Binary Folding Editor, Big File memory extension.
This ZIP file was made using InfoZIPs ZIP running on a non-UNIX platform.
It contains a mixture of ASCII and binary files.
It was made without using -l or -ll, so ASCII files contain CR LF pairs.
So it is best to UnZIP this file on a non-UNIX platform.

<<
