tools.deploy.windows: fix using.
parent
e2d80fee5f
commit
1b228c7e9c
|
@ -1,5 +1,7 @@
|
||||||
USING: accessors alien classes.struct combinators kernel locals
|
USING: accessors alien alien.data alien.c-types classes.struct
|
||||||
math sequences specialized-arrays windows.types ;
|
combinators io.backend kernel locals
|
||||||
|
math sequences specialized-arrays splitting
|
||||||
|
windows.kernel32 windows.types ;
|
||||||
IN: tools.deploy.windows.ico
|
IN: tools.deploy.windows.ico
|
||||||
|
|
||||||
<PRIVATE
|
<PRIVATE
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
! 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.directories io.encodings.binary io.files
|
||||||
io.files.windows io.pathnames kernel locals namespaces system
|
io.files.windows io.pathnames kernel locals namespaces splitting
|
||||||
tools.deploy.backend tools.deploy.config
|
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
|
||||||
|
|
Loading…
Reference in New Issue