]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/deploy/windows/windows.factor
Fix load errors related to utf16n being moved to io.encodings.utf16n
[factor.git] / basis / tools / deploy / windows / windows.factor
index ec1259c777775ad54d2c0d81d42291b782e5ecac..6188e78b0eb37e410c58841fa6d7b6a806044523 100755 (executable)
@@ -1,8 +1,9 @@
 ! Copyright (C) 2007, 2008 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: io io.files kernel namespaces sequences system
-tools.deploy.backend tools.deploy.config assocs hashtables
-prettyprint combinators windows.shell32 windows.user32 ;
+tools.deploy.backend tools.deploy.config
+tools.deploy.config.editor assocs hashtables prettyprint
+combinators windows.shell32 windows.user32 ;
 IN: tools.deploy.windows
 
 : copy-dll ( bundle-name -- )