(sf-conditionally "pic-read")
(sf-conditionally "pic-ops")
-(fluid-let ((sf/default-syntax-table (->environment '(RUNTIME))))
+(fluid-let ((sf/default-syntax-table (->environment '(runtime))))
(sf-conditionally "arith"))
-(fluid-let ((sf/default-syntax-table (->environment '(EDWIN))))
+(fluid-let ((sf/default-syntax-table (->environment '(edwin))))
(sf-conditionally "edextra")
(sf-conditionally "floppy"))
-(load-option 'CREF)
-(cref/generate-constructors "6001" 'ALL)
\ No newline at end of file
+(load-option 'cref)
+(cref/generate-constructors "6001")
\ No newline at end of file
((access syntax-files! (->environment '(compiler))))
;; Rebuild the package constructors and cref.
-(cref/generate-constructors "compiler" 'all)
\ No newline at end of file
+(cref/generate-constructors "compiler")
\ No newline at end of file
((access syntax-files! (->environment '(compiler))))
;; Rebuild the package constructors and cref.
-(cref/generate-constructors "compiler" 'all)
\ No newline at end of file
+(cref/generate-constructors "compiler")
\ No newline at end of file
(sf-conditionally "machine/make")
;; Rebuild the package constructors and cref.
-(cref/generate-constructors "compiler" 'all)
\ No newline at end of file
+(cref/generate-constructors "compiler")
\ No newline at end of file
((access syntax-files! (->environment '(compiler))))
;; Rebuild the package constructors and cref.
-(cref/generate-constructors "compiler" 'all)
\ No newline at end of file
+(cref/generate-constructors "compiler")
\ No newline at end of file
(sf-directory "."))
(load-option 'cref)
-(cref/generate-constructors "cref" 'all)
\ No newline at end of file
+(cref/generate-constructors "cref")
\ No newline at end of file
;;;; Compile the C/FFI.
-(load-option 'CREF)
+(load-option 'cref)
(with-working-directory-pathname (directory-pathname (current-load-pathname))
(lambda ()
(for-each (lambda (file)
- (compile-file file '() (->environment '(RUNTIME))))
+ (compile-file file '() (->environment '(runtime))))
'("ctypes" "cdecls" "syntax" "generator" "build"))
- (cref/generate-constructors "ffi" 'ALL)))
\ No newline at end of file
+ (cref/generate-constructors "ffi")))
\ No newline at end of file
;;;; Compiled Code Information: Utilities
;;; package: (runtime compiler-info)
-(declare (usual-integrations)
- (integrate-external "infstr"))
+(declare (usual-integrations))
\f
(define (compiled-code-block/dbg-info block demand-load?)
(let ((wrapper (compiled-code-block/debugging-wrapper block)))
(load-option '*parser) ;for url.scm
(fluid-let ((sf/default-syntax-table (->environment '(runtime))))
- (sf-conditionally "graphics")
- (sf-conditionally "infstr")
(sf-directory "."))
;; Guarantee that the package modeller is loaded. load-option ensures
;; that when cross-syntaxing the cref `native' to the running system
;; is loaded.
(load-option 'cref)
-(cref/generate-constructors "runtime" 'all)
\ No newline at end of file
+(cref/generate-constructors "runtime")
\ No newline at end of file
(sf-directory "."))
(load-option 'cref)
-(cref/generate-constructors "sf" 'all)
\ No newline at end of file
+(cref/generate-constructors "sf")
\ No newline at end of file
(compile-file "recslot")
(compile-file "slot")
(compile-file "tvector")
- (cref/generate-constructors "sos" 'all)))
\ No newline at end of file
+ (cref/generate-constructors "sos")))
\ No newline at end of file
"mod-lisp"
"xhtml-expander"
"xmlrpc"))
- (cref/generate-constructors "ssp" 'all)))
\ No newline at end of file
+ (cref/generate-constructors "ssp")))
\ No newline at end of file
'("matcher"
"parser"
"shared"))
- (cref/generate-constructors "parser" 'all)))
\ No newline at end of file
+ (cref/generate-constructors "parser")))
\ No newline at end of file
|#
-(load-option 'CREF)
+(load-option 'cref)
-(if (not (name->package '(WIN32)))
+(if (not (name->package '(win32)))
(let ((package-set (package-set-pathname "win32")))
(if (not (file-exists? package-set))
(cref/generate-trivial-constructor "win32"))
(construct-packages-from-file (fasload package-set))))
-(fluid-let ((sf/default-syntax-table (->environment '(WIN32))))
+(fluid-let ((sf/default-syntax-table (->environment '(win32))))
(sf-conditionally "ffimacro")
- (load "ffimacro.bin" '(WIN32 FFI-MACRO))
+ (load "ffimacro.bin" '(win32 ffi-macro))
(sf-conditionally "winuser")
(sf-conditionally "wingdi")
(sf-conditionally "wt_user")
(fluid-let ((sf/default-declarations
- `((INTEGRATE-EXTERNAL "winuser" "wingdi" "wt_user"))))
+ `((integrate-external "winuser" "wingdi" "wt_user"))))
(sf-conditionally "win_ffi")
(sf-conditionally "graphics")
(sf-conditionally "module"))
(fluid-let ((sf/default-declarations
- `((INTEGRATE-EXTERNAL "win_ffi" "wt_user"))))
+ `((integrate-external "win_ffi" "wt_user"))))
(sf-conditionally "wf_user"))
(fluid-let ((sf/default-declarations
- `((INTEGRATE-EXTERNAL "win_ffi"))))
+ `((integrate-external "win_ffi"))))
(sf-conditionally "dib"))
(sf-directory "."))
-(cref/generate-constructors "win32" 'ALL)
\ No newline at end of file
+(cref/generate-constructors "win32")
\ No newline at end of file
(for-each compile-file
'("db"
"xdoc"))
- (cref/generate-constructors "xdoc" 'all)))
\ No newline at end of file
+ (cref/generate-constructors "xdoc")))
\ No newline at end of file
"rdf-struct"
"rdf-nt"
"turtle"))))
- (cref/generate-constructors "xml" 'all)))
\ No newline at end of file
+ (cref/generate-constructors "xml")))
\ No newline at end of file