15 lines
		
	
	
		
			332 B
		
	
	
	
		
			Factor
		
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			332 B
		
	
	
	
		
			Factor
		
	
	
| USING: tools.deploy.config ;
 | |
| H{
 | |
|     { deploy-threads? t }
 | |
|     { deploy-math? t }
 | |
|     { deploy-name "Hello world" }
 | |
|     { deploy-c-types? f }
 | |
|     { deploy-word-props? f }
 | |
|     { deploy-io 2 }
 | |
|     { deploy-ui? t }
 | |
|     { "stop-after-last-window?" t }
 | |
|     { deploy-word-defs? f }
 | |
|     { deploy-compiler? t }
 | |
|     { deploy-reflection 1 }
 | |
| }
 |