# Copyright (C) 2014-2016 David Azarewicz # # # To build this driver you must have installed : # OpenWatcom # ZIP (must be in PATH) # IBM DDK # DRV32 KIT # BCL32 KIT # OS2 Toolkit # # See SETENV.CMD.TEMPLATE for the environment setup !ifndef %ROOT # if not defined in the environment !error ROOT must be set in the environment !endif ROOT=$(%ROOT) # These are the unique defines for this driver TARGET=MMIGB RETAILPKG=pkg17 DRVMAKE=bsd32.drv !include $(ROOT)\Tools\Makefile.mif