16 lines
		
	
	
		
			367 B
		
	
	
	
		
			Factor
		
	
	
		
		
			
		
	
	
			16 lines
		
	
	
		
			367 B
		
	
	
	
		
			Factor
		
	
	
| 
								 | 
							
								USING: tools.deploy.config ;
							 | 
						||
| 
								 | 
							
								H{
							 | 
						||
| 
								 | 
							
								    { deploy-reflection 5 }
							 | 
						||
| 
								 | 
							
								    { deploy-word-props? f }
							 | 
						||
| 
								 | 
							
								    { deploy-c-types? f }
							 | 
						||
| 
								 | 
							
								    { deploy-name "tools.deploy.test.11" }
							 | 
						||
| 
								 | 
							
								    { "stop-after-last-window?" t }
							 | 
						||
| 
								 | 
							
								    { deploy-word-defs? f }
							 | 
						||
| 
								 | 
							
								    { deploy-math? f }
							 | 
						||
| 
								 | 
							
								    { deploy-unicode? f }
							 | 
						||
| 
								 | 
							
								    { deploy-threads? f }
							 | 
						||
| 
								 | 
							
								    { deploy-compiler? f }
							 | 
						||
| 
								 | 
							
								    { deploy-io 2 }
							 | 
						||
| 
								 | 
							
								    { deploy-ui? f }
							 | 
						||
| 
								 | 
							
								}
							 |