forked from qt-creator/qt-creator
		
	
		
			
	
	
		
			6 lines
		
	
	
		
			125 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			6 lines
		
	
	
		
			125 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | #!/bin/sh | ||
|  | me=$(dirname $0) | ||
|  | ${CPP-gcc} -U__BLOCKS__ -xc++ -E -include $me/conf.c++ $* > $me/file.i | ||
|  | $me/cplusplus0 $me/file.i | ||
|  | 
 |