Fix Windows deployment

db4
U-SLAVA-DFB8FF805\Slava 2008-10-05 22:00:52 -05:00
parent cf135e08b3
commit 66ae62638d
2 changed files with 2 additions and 2 deletions

2
basis/tools/deploy/shaker/shaker.factor Normal file → Executable file
View File

@ -321,7 +321,7 @@ IN: tools.deploy.shaker
] [ drop ] if ;
: strip-c-io ( -- )
deploy-io get 2 = [
deploy-io get 2 = os windows? or [
[
c-io-backend forget
"io.streams.c" forget-vocab

2
basis/tools/deploy/windows/windows.factor Normal file → Executable file
View File

@ -14,7 +14,7 @@ IN: tools.deploy.windows
"resource:freetype6.dll"
"resource:zlib1.dll"
} swap copy-files-into
] when ;
] [ drop ] if ;
: create-exe-dir ( vocab bundle-name -- vm )
deploy-ui? get [