SCROLL =	e:\ak\controls\scroll

all:
		(cd gbm     && nmake)
		(cd gbmv    && nmake)
		(cd gbmdlg  && nmake)
		(cd gbmv2   && nmake)
		(cd gbmvfsa && nmake)
		(cd gbmlogo && nmake)

clean:
		(cd gbm     && nmake clean)
		(cd gbmv    && nmake clean)
		(cd gbmdlg  && nmake clean)
		(cd gbmv2   && nmake clean)
		(cd gbmvfsa && nmake clean)
		(cd gbmlogo && nmake clean)

IDIR =		d:\gbm

install:
		copy gbm.txt              $(IDIR)
		copy gbm\gbm.h            $(IDIR)
		copy gbm\gbm.lib          $(IDIR)
		copy gbm\*.exe            $(IDIR)
		copy gbm\*.dll            $(IDIR)
		copy gbmv\*.exe           $(IDIR)
		copy gbmdlg\*.dll         $(IDIR)
		copy gbmdlg\*.hlp         $(IDIR)
		copy gbmv2\*.exe          $(IDIR)
		copy gbmv2\*.hlp          $(IDIR)
		copy gbmvfsa\*.exe        $(IDIR)
		copy gbmlogo\*.exe        $(IDIR)
		copy gbmwpobj.cmd         $(IDIR)
		copy $(SCROLL)\scroll.dll $(IDIR)

package:
		zip -q -r -j -z gbmos2 gbm.txt \
			gbm\gbm.h \
			gbm\gbm.lib \
			gbm\*.exe \
			gbm\*.dll \
			gbmv\*.exe \
			gbmdlg\*.dll \
			gbmdlg\*.hlp \
			gbmv2\*.exe \
			gbmv2\*.hlp \
			gbmvfsa\*.exe \
			gbmlogo\*.exe \
			gbmwpobj.cmd \
			$(SCROLL)\scroll.dll < <<

Generalised Bitmap Module for 32 bit OS/2.
This ZIP file was made using InfoZIPs ZIP running on OS/2.
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 OS/2.

<<
		zip -q -r -z gbmsrc * < <<

Generalised Bitmap Module source code.
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.

<<
		zip -q -d gbmsrc *.bak *.obj *.lib *.exe *.dll *.res *.ipf *.hlp *.zip
		zip -q -j gbmsrc $(SCROLL)\scroll.h
		zip -q -j gbmsrc $(SCROLL)\scroll.lib
		zip -q -j gbmsrc $(SCROLL)\scroll.dll
