1.0.27.7: Win32 build fix
authorAlastair Bridgewater <lisphacker@users.sourceforge.net>
Sun, 12 Apr 2009 14:03:08 +0000 (14:03 +0000)
committerAlastair Bridgewater <lisphacker@users.sourceforge.net>
Sun, 12 Apr 2009 14:03:08 +0000 (14:03 +0000)
commiteb1a9840ad927f3d24a08618e0861cffe7057bbd
treeabe98230f422e1efeb252572efe7060018b7ceaa
parentbda733c26c2555335d355e4bc453e443c2e5741c
1.0.27.7: Win32 build fix

  On Win32, the default cross-compilation host is SBCL with a --sysinit
NUL --userinit NUL.  Unfortunately, SBCL itself doesn't recognize NUL
as a valid filename as it's actually a DOS device name and there's a
separate API to check for them.  The least losing workaround is to use
a real file with known-harmless content for userinit and sysinit, and
the simplest choice is version.lisp-expr.  This changes makes it
possible to build on Win32 without specifying a host lisp.
make.sh
version.lisp-expr