chiark / gitweb /
jlisp
12 years agoMakefile: Spruce up and release 1.2.0. master 1.2.0
Mark Wooding [Sat, 24 Dec 2011 11:57:36 +0000 (11:57 +0000)]
Makefile: Spruce up and release 1.2.0.

Include a version number in the Windows installer.

12 years ago.gitignore: Ignore boring files.
Mark Wooding [Thu, 17 Nov 2011 18:11:28 +0000 (18:11 +0000)]
.gitignore: Ignore boring files.

12 years agoMakefile: Find the ABCL archive from somewhere else.
Mark Wooding [Thu, 17 Nov 2011 18:10:25 +0000 (18:10 +0000)]
Makefile: Find the ABCL archive from somewhere else.

This is awful.  I really must do better.

12 years agodep-ui.nsis: Ask for administrator privileges.
Mark Wooding [Thu, 17 Nov 2011 18:09:54 +0000 (18:09 +0000)]
dep-ui.nsis: Ask for administrator privileges.

Otherwise we get caught by UAC.

12 years agodep-ui.nsis: Quote the argument filename.
Mark Wooding [Thu, 17 Nov 2011 18:09:00 +0000 (18:09 +0000)]
dep-ui.nsis: Quote the argument filename.

Otherwise spaces cause trouble.  I'm not convinced that this is correct,
but it's what Microsoft's examples do, and I don't have a better plan.

15 years agoOverhaul. 1.1.0
Mark Wooding [Mon, 16 Jun 2008 23:43:40 +0000 (00:43 +0100)]
Overhaul.

The `lisp' collection has a newer, correct version of `dep'.  Use that;
and avoid duplication using Git submodules.

Some interface changes have occurred since then.  In particular,

  * INSTALL-DEP-SYNTAX has moved into the DEP package proper.

  * MAKE-LEAF-DEP has gone, replaced by an enhanced MAKE-DEP.

15 years agoIgnore boring files.
Mark Wooding [Mon, 16 Jun 2008 23:43:33 +0000 (00:43 +0100)]
Ignore boring files.

15 years agoInitial revision. 1.0.0
Mark Wooding [Mon, 16 Jun 2008 22:11:14 +0000 (23:11 +0100)]
Initial revision.

Coincidentally, this was also the first release.