0.9.9.28:
[sbcl.git] / build-order.lisp-expr
index 627a884..7d0fdff 100644 (file)
 
  ;; "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)
  ("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