Update deploy.factor files for renaming of config flag

release
Slava Pestov 2007-11-05 00:47:13 -05:00
parent d8d1da96d7
commit fdf251103d
13 changed files with 20 additions and 19 deletions

2
extra/automata/ui/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Cellular Automata.app" }
{ deploy-name "Cellular Automata" }
}

2
extra/boids/ui/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Boids.app" }
{ deploy-name "Boids" }
}

2
extra/bunny/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Bunny.app" }
{ deploy-name "Bunny" }
}

2
extra/catalyst-talk/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "catalyst-talk.app" }
{ deploy-name "Catalyst Talk" }
}

2
extra/color-picker/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "color-picker.app" }
{ deploy-name "Color Picker" }
}

2
extra/gesture-logger/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Gesture Logger.app" }
{ deploy-name "Gesture Logger" }
}

2
extra/golden-section/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Golden Section.app" }
{ deploy-name "Golden Section" }
}

15
extra/hello-ui/deploy.factor Normal file → Executable file
View File

@ -1,12 +1,13 @@
USING: tools.deploy.config ;
V{
{ deploy-ui? t }
{ deploy-io 1 }
{ deploy-reflection 2 }
{ deploy-compiler? t }
H{
{ deploy-math? t }
{ deploy-reflection 2 }
{ deploy-io 1 }
{ deploy-word-props? f }
{ deploy-c-types? f }
{ deploy-word-defs? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Hello world.app" }
{ deploy-ui? t }
{ deploy-compiler? t }
{ deploy-name "Hello world" }
{ deploy-c-types? f }
}

2
extra/hello-world/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Hello world (console).app" }
{ deploy-name "Hello world (console)" }
}

2
extra/lsys/ui/deploy.factor Normal file → Executable file
View File

@ -9,5 +9,5 @@ V{
{ deploy-word-defs? t }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Lindenmayer System Explorer.app" }
{ deploy-name "Lindenmayer System Explorer" }
}

2
extra/maze/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Maze.app" }
{ deploy-name "Maze" }
}

2
extra/nehe/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "NeHe OpenGL demos.app" }
{ deploy-name "NeHe OpenGL demos" }
}

2
extra/tetris/deploy.factor Normal file → Executable file
View File

@ -8,5 +8,5 @@ V{
{ deploy-word-props? f }
{ deploy-c-types? f }
{ "stop-after-last-window?" t }
{ "bundle-name" "Tetris.app" }
{ deploy-name "Tetris" }
}