X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=7d0fdff511c5d3efc537975a6e0ba3f077b2c49e;hb=5b223181b0fdec8eaad5e787aa0d0340960fee3b;hp=627a884fdfda5aed865e667ccdc5ed8ab2bd53e5;hpb=8c685e1fee08b4d1d9ef43b8d2784ac283c94096;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 627a884..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) @@ -464,7 +465,8 @@ ("src/code/load") #!+linkage-table ("src/code/linkage-table" :not-host) - #!+os-provides-dlopen ("src/code/foreign-load" :not-host) + #!+(and os-provides-dlopen (not win32)) ("src/code/foreign-load" :not-host) + #!+(and os-provides-dlopen win32) ("src/code/win32-foreign-load" :not-host) ("src/code/foreign") ("src/code/fop") ; needs macros from code/load.lisp