]> gitweb.factorcode.org Git - factor.git/commitdiff
Update some deploy.factor files
authorSlava Pestov <slava@factorcode.org>
Tue, 9 Oct 2007 06:08:58 +0000 (02:08 -0400)
committerSlava Pestov <slava@factorcode.org>
Tue, 9 Oct 2007 06:08:58 +0000 (02:08 -0400)
extra/golden-section/deploy.factor
extra/hello-ui/deploy.factor
extra/hello-world/deploy.factor

index 318d03ee4cf9c053d26b994323d94af4505df764..3923d258f0981ab6db41402a143504e340917ff0 100644 (file)
@@ -1,12 +1,17 @@
 USING: tools.deploy.config ;
 V{
+    { strip-io? t }
+    { strip-prettyprint? t }
+    { strip-globals? t }
     { strip-word-props? t }
     { strip-word-names? t }
     { strip-dictionary? t }
     { strip-debugger? t }
+    { strip-c-types? t }
     { deploy-math? t }
     { deploy-compiled? t }
     { deploy-io? f }
     { deploy-ui? t }
+    { "stop-after-last-window?" t }
     { "bundle-name" "Golden Section.app" }
 }
index db728d1edae4e0335204672c53bd74ca0975eaf0..2f346e94c676d9bf9729f4d79e3a07b23b3abd76 100644 (file)
@@ -1,12 +1,16 @@
 USING: tools.deploy.config ;
 V{
+    { strip-prettyprint? t }
+    { strip-globals? t }
     { strip-word-props? t }
-    { strip-word-names? t }
+    { strip-word-names? f }
     { strip-dictionary? t }
     { strip-debugger? t }
+    { strip-c-types? t }
     { deploy-math? t }
     { deploy-compiled? t }
     { deploy-io? f }
     { deploy-ui? t }
+    { "stop-after-last-window?" t }
     { "bundle-name" "Hello World.app" }
 }
index 1fa0e2050374948eef380eeb2516a77771680ff8..145f7ecea731bb6bafa31875c48874da113db360 100644 (file)
@@ -1,11 +1,15 @@
 USING: tools.deploy.config ;
 V{
+    { strip-prettyprint? t }
+    { strip-globals? t }
     { strip-word-props? t }
     { strip-word-names? t }
     { strip-dictionary? t }
     { strip-debugger? t }
+    { strip-c-types? t }
     { deploy-math? f }
     { deploy-compiled? f }
     { deploy-io? f }
     { deploy-ui? f }
+    { "stop-after-last-window?" t }
 }