Skip to content

Instantly share code, notes, and snippets.

@curiousdannii
curiousdannii / Flexible Windows.i7x
Last active August 29, 2015 14:14
Cut down Flexible Windows for bug 0001511
Version 1/150127 of Flexible Windows (for Glulx only) by Dannii Willis begins here.
"Exposes the Glk windows system so authors can completely control the creation and use of windows"
[ Flexible Windows was originally by Jon Ingold, with many contributions by Erik Temple. This version has been essentially rewritten from scratch for 6L38 by Dannii Willis. ]
Use authorial modesty.
#!/usr/bin/perl
use integer;
use Cwd qw(getcwd abs_path);
use Getopt::Std;
use File::Basename;
use File::Find;
$Getopt::Std::STANDARD_HELP_VERSION=1;
$idesettings{'PREFIX'}="/usr/local";
$opt_c="";