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 USING: accessors alien classes.struct combinators kernel locals
io.backend kernel locals math sequences specialized-arrays math sequences specialized-arrays windows.types ;
tools.deploy.windows windows.kernel32 windows.types alien.data ;
IN: tools.deploy.windows.ico IN: tools.deploy.windows.ico
<PRIVATE <PRIVATE

View File

@ -1,12 +1,10 @@
! 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: io io.encodings.binary io.files io.pathnames io.directories USING: combinators io.directories io.encodings.binary io.files
io.encodings.ascii kernel namespaces io.files.windows io.pathnames kernel locals namespaces system
sequences locals system splitting tools.deploy.backend tools.deploy.backend tools.deploy.config
tools.deploy.config tools.deploy.config.editor assocs hashtables tools.deploy.config.editor tools.deploy.windows.ico
prettyprint combinators windows.kernel32 windows.shell32 windows.user32 vocabs.loader vocabs.metadata windows.shell32 windows.user32 ;
alien.c-types vocabs.metadata vocabs.loader tools.deploy.windows.ico
io.files.windows ;
IN: tools.deploy.windows IN: tools.deploy.windows
CONSTANT: app-icon-resource-id "APPICON" CONSTANT: app-icon-resource-id "APPICON"