X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=build-order.lisp-expr;h=9987d2736e66b1695f2eec8ca22647ec5d05e391;hb=35f870eecfcaaba496d54e0f290b09e63884f74c;hp=8bed58755d1751c7d8d0bad35ec53276a0a689c1;hpb=2b90fd1dbad23322258222a2ef4cef7f6a00831d;p=sbcl.git diff --git a/build-order.lisp-expr b/build-order.lisp-expr index 8bed587..9987d27 100644 --- a/build-order.lisp-expr +++ b/build-order.lisp-expr @@ -497,6 +497,7 @@ ("src/compiler/dump") ("src/compiler/main") ; needs DEFSTRUCT FASL-OUTPUT from dump.lisp + ("src/compiler/xref") ("src/code/source-location") ("src/compiler/target-main" :not-host) ("src/compiler/ir1tran") @@ -692,7 +693,15 @@ #!+sb-unicode ("src/code/external-formats/enc-win" :not-host) #!+sb-unicode - ("src/code/external-formats/eucjp" :not-host) + ("src/code/external-formats/mb-util" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-cn-tbl" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-cn" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-jpn-tbl" :not-host) + #!+sb-unicode + ("src/code/external-formats/enc-jpn" :not-host) #!+sb-unicode ("src/code/external-formats/ucs-2" :not-host)