X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=7d0fdff511c5d3efc537975a6e0ba3f077b2c49e;hb=427cac784579a935a06b0d66bac63dbf9bf325a4;hp=dd675e7c9a4a715aabc843042f021795b47fb87f;hpb=48ec282d877900caf5ea4ab42e9d87e566ce6b43;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index dd675e7..7d0fdff 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)