tools.deploy.windows: fix circularity, for some reason not exposed before

this?
db4
Doug Coleman 2015-07-19 17:37:51 -07:00
parent 6ce59b755f
commit 9ddae2534d
2 changed files with 7 additions and 10 deletions

View File

@ -1,6 +1,5 @@
USING: accessors alien alien.c-types arrays classes.struct combinators
io.backend kernel locals math sequences specialized-arrays
tools.deploy.windows windows.kernel32 windows.types alien.data ;
USING: accessors alien classes.struct combinators kernel locals
math sequences specialized-arrays windows.types ;
IN: tools.deploy.windows.ico
<PRIVATE

View File

@ -1,12 +1,10 @@
! Copyright (C) 2007, 2009 Slava Pestov.
! See http://factorcode.org/license.txt for BSD license.
USING: io io.encodings.binary io.files io.pathnames io.directories
io.encodings.ascii kernel namespaces
sequences locals system splitting tools.deploy.backend
tools.deploy.config tools.deploy.config.editor assocs hashtables
prettyprint combinators windows.kernel32 windows.shell32 windows.user32
alien.c-types vocabs.metadata vocabs.loader tools.deploy.windows.ico
io.files.windows ;
USING: combinators io.directories io.encodings.binary io.files
io.files.windows io.pathnames kernel locals namespaces system
tools.deploy.backend tools.deploy.config
tools.deploy.config.editor tools.deploy.windows.ico
vocabs.loader vocabs.metadata windows.shell32 windows.user32 ;
IN: tools.deploy.windows
CONSTANT: app-icon-resource-id "APPICON"