#!/usr/bin/perl
#
# usage: make_OS_s2 OS2.src
#
# build a OS/2 (OS/2 or Windows compatibility) table.
# source format is compatible with disp_OS_s2.
#
#	2002/2/3, by 1@2ch
#	* public domain *
#

require 'lib_form.pl';
require 'form_os2.pl';

make_form(@ARGV);
