#
# BE memory extension for viewing data obtained by an external program
#
# 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

#

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

beexec.obj:	beexec.C $(BE)\bememext.h

# Install

IDIR =		c:\be

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

# Package

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

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.

<<
