Skip to content

Commit

Permalink
fixed ccl/win32
Browse files Browse the repository at this point in the history
  • Loading branch information
andreer committed May 15, 2010
1 parent 8b9e348 commit d81af1e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions GNUmakefile
Expand Up @@ -9,16 +9,16 @@

include GNUmakefile.vars

#LISPBOX_LISP := sbcl
LISPBOX_LISP := clozurecl
LISPBOX_LISP := sbcl
#LISPBOX_LISP := clozurecl
GNU_LINUX_EMACS_VERSION := 23.2
WINDOWS_EMACS_VERSION := 23.2
CLISP_VERSION := 2.41
ALLEGRO_VERSION := 70_trial
SBCL_VERSION := 1.0.38
SBCL_VERSION := 1.0.37a
CLOZURECL_VERSION := 1.5
CLOZURECL_PLATFORM := linuxx86
CLOZURECL_SCRIPT := lx86cl
CLOZURECL_PLATFORM := darwinx86
CLOZURECL_SCRIPT := dx86cl
SLIME_VERSION := 20100514.151447
PRACTICALS_VERSION := 1.0.3
PORTABLEASERVE_VERSION := 1.2.35
Expand Down
2 changes: 1 addition & 1 deletion GNUmakefile.emacs
Expand Up @@ -46,6 +46,6 @@ staging-archives/$(THING).tar.gz: staging/$(THING)
(cd staging; tar czf - $(THING)) > $@

staging/$(THING): binary-archives/$(THING)-bin-i386.zip
cat $< | (cd staging; tar xzf -)
(cd staging; unzip ../$<)

endif
2 changes: 1 addition & 1 deletion new-lispbox.bat → lispbox.bat
Expand Up @@ -15,7 +15,7 @@ rem
if %LISPBOX_HOME%==%LISPBOX_HOME% goto noenv
:start

set EMACS=%LISPBOX_HOME%/emacs-23.1/bin/runemacs.exe
set EMACS=%LISPBOX_HOME%/emacs-23.2/bin/runemacs.exe
set TO_EVAL="(progn (load \"lispbox\") (slime))"

%EMACS% --no-init-file --no-site-file --eval=%TO_EVAL%
Expand Down

0 comments on commit d81af1e

Please sign in to comment.