X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=75a621c39c50f3ff2344694bfb7be1276a4f1660;hb=8f41e246101ca3906d6c77da51c9de5601777b28;hp=dd675e7c9a4a715aabc843042f021795b47fb87f;hpb=48ec282d877900caf5ea4ab42e9d87e566ce6b43;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index dd675e7..75a621c 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -212,9 +212,10 @@ ;; "src/code/unix.lisp" needs this. It's generated automatically by ;; grovel_headers.c, i.e. it's not in CVS. - #!-win32 ("output/stuff-groveled-from-headers" :not-host) + ("output/stuff-groveled-from-headers" :not-host) ("src/code/unix" :not-host) + #!+win32 ("src/code/win32" :not-host) #!+mach ("src/code/mach" :not-host) #!+mach ("src/code/mach-os" :not-host) @@ -256,6 +257,7 @@ ("src/code/irrat" :not-host) ("src/code/char") + ("src/code/huffman") ("src/code/target-char" :not-host) ("src/code/target-misc" :not-host) ("src/code/misc") @@ -387,6 +389,7 @@ ;; defines IR1-ATTRIBUTES macro, needed by proclaim.lisp ("src/compiler/knownfun") + ("src/compiler/constantp") ;; needs FUN-INFO structure slot setters, defined in knownfun.lisp ("src/compiler/fun-info-funs")