~ubuntu-branches/ubuntu/intrepid/mit-scheme/intrepid-updates

« back to all changes in this revision

Viewing changes to src/sos/compile.scm

  • Committer: Bazaar Package Importer
  • Author(s): Chris Hanson
  • Date: 2005-09-12 21:36:33 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050912213633-shybia1ie66exjvl
Tags: 7.7.90+20050912-1
* Acknowledge NMU (thanks Matej!).  (closes: Bug#323739)
* New upstream snapshot.
* Bump standards version to 3.6.2 (no changes).
* Drop texi2html from build dependencies; no longer used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#| -*-Scheme-*-
2
2
 
3
 
$Id: compile.scm,v 1.8 2003/02/14 18:28:35 cph Exp $
 
3
$Id: compile.scm,v 1.9 2005/01/11 03:13:23 cph Exp $
4
4
 
5
 
Copyright 1995-1999, 2001 Massachusetts Institute of Technology
 
5
Copyright 1997,2001,2005 Massachusetts Institute of Technology
6
6
 
7
7
This file is part of MIT/GNU Scheme.
8
8
 
24
24
|#
25
25
 
26
26
(load-option 'CREF)
27
 
 
28
27
(with-working-directory-pathname (directory-pathname (current-load-pathname))
29
28
  (lambda ()
30
29
    (compile-file "class")
33
32
    (compile-file "method")
34
33
    (compile-file "printer")
35
34
    (compile-file "slot")
36
 
    (cref/generate-constructors "sos")))
 
 
b'\\ No newline at end of file'
 
35
    (cref/generate-constructors "sos" 'ALL)))
 
 
b'\\ No newline at end of file'