tools.deploy.windows: fix the using ambiguity with the open-file word
parent
d12c03f759
commit
630c4d326f
|
@ -1,11 +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: combinators io.backend io.directories
|
USING: combinators io.backend io.directories io.encodings.binary
|
||||||
io.encodings.binary io.files io.files.windows io.pathnames
|
io.files io.pathnames kernel locals namespaces sequences splitting
|
||||||
kernel locals namespaces splitting sequences system
|
system tools.deploy.backend tools.deploy.config
|
||||||
tools.deploy.backend tools.deploy.config
|
tools.deploy.config.editor tools.deploy.windows.ico vocabs.loader
|
||||||
tools.deploy.config.editor tools.deploy.windows.ico
|
webbrowser ;
|
||||||
vocabs.loader vocabs.metadata webbrowser windows.user32 ;
|
|
||||||
IN: tools.deploy.windows
|
IN: tools.deploy.windows
|
||||||
|
|
||||||
CONSTANT: app-icon-resource-id "APPICON"
|
CONSTANT: app-icon-resource-id "APPICON"
|
||||||
|
|
Loading…
Reference in New Issue