16 lines
		
	
	
		
			352 B
		
	
	
	
		
			Factor
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			352 B
		
	
	
	
		
			Factor
		
	
	
		
			Executable File
		
	
USING: tools.deploy.config ;
 | 
						|
H{
 | 
						|
    { deploy-c-types? t }
 | 
						|
    { deploy-word-props? t }
 | 
						|
    { deploy-name "4DNav" }
 | 
						|
    { deploy-ui? t }
 | 
						|
    { deploy-math? t }
 | 
						|
    { deploy-threads? t }
 | 
						|
    { deploy-reflection 3 }
 | 
						|
    { deploy-compiler? t }
 | 
						|
    { deploy-unicode? t }
 | 
						|
    { deploy-io 3 }
 | 
						|
    { "stop-after-last-window?" t }
 | 
						|
    { deploy-word-defs? t }
 | 
						|
}
 |