Update XChat to r1512
This commit is contained in:
		
							parent
							
								
									683a60abff
								
							
						
					
					
						commit
						d563f64ab8
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		| 
						 | 
					@ -40,6 +40,13 @@ for my $files (
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	open my $header, ">", $output or die "Couldn't open '$output': $!";
 | 
						open my $header, ">", $output or die "Couldn't open '$output': $!";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
						print $header qq["BEGIN {\\n"\n];
 | 
				
			||||||
 | 
						for my $input ( @inputs ) {
 | 
				
			||||||
 | 
							(my $trimmed = $input) =~ s{^lib/}{};
 | 
				
			||||||
 | 
							print $header qq["\$INC{'$trimmed'} = 'Compiled into the plugin.';\\n"\n];
 | 
				
			||||||
 | 
						}
 | 
				
			||||||
 | 
						print $header qq["}\\n"\n];
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	for my $input ( @inputs ) {
 | 
						for my $input ( @inputs ) {
 | 
				
			||||||
		print $header qq["{\\n"\n];
 | 
							print $header qq["{\\n"\n];
 | 
				
			||||||
		print $header qq{"#line 1 \\"$input\\"\\n"\n};
 | 
							print $header qq{"#line 1 \\"$input\\"\\n"\n};
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue