mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-22 09:12:22 -05:00
Update XChat to r1512
This commit is contained in:
parent
683a60abff
commit
d563f64ab8
@ -40,6 +40,13 @@ for my $files (
|
||||
|
||||
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 ) {
|
||||
print $header qq["{\\n"\n];
|
||||
print $header qq{"#line 1 \\"$input\\"\\n"\n};
|
||||
|
Loading…
Reference in New Issue
Block a user