tools.deploy.windows: fix using.

db4
John Benediktsson 2015-08-05 07:26:01 -07:00
parent 1c3981f7ed
commit 6490391bfc
1 changed files with 4 additions and 3 deletions

View File

@ -1,8 +1,9 @@
! Copyright (C) 2007, 2009 Slava Pestov. ! Copyright (C) 2007, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license. ! See http://factorcode.org/license.txt for BSD license.
USING: combinators io.directories io.encodings.binary io.files USING: combinators io.backend io.directories
io.files.windows io.pathnames kernel locals namespaces splitting io.encodings.binary io.files io.files.windows io.pathnames
sequences system tools.deploy.backend tools.deploy.config kernel locals namespaces splitting sequences system
tools.deploy.backend tools.deploy.config
tools.deploy.config.editor tools.deploy.windows.ico tools.deploy.config.editor tools.deploy.windows.ico
vocabs.loader vocabs.metadata windows.shell32 windows.user32 ; vocabs.loader vocabs.metadata windows.shell32 windows.user32 ;
IN: tools.deploy.windows IN: tools.deploy.windows