Itsa me, quake3io!
This commit is contained in:
parent
dbe4ddb103
commit
5b755058f5
1409 changed files with 798983 additions and 798983 deletions
18
code/unix/extract_ver.pl
Normal file → Executable file
18
code/unix/extract_ver.pl
Normal file → Executable file
|
@ -1,9 +1,9 @@
|
|||
#!/usr/bin/env perl
|
||||
# extracting version string from game/q_shared.h
|
||||
# hacked from Wolf build process
|
||||
|
||||
# extract the wolf version from q_shared.h
|
||||
$line = `cat ../game/q_shared.h | grep Q3_VERSION`;
|
||||
chomp $line;
|
||||
$line =~ s/.*Q3\ (.*)\"/$1/;
|
||||
print "$line\n";
|
||||
#!/usr/bin/env perl
|
||||
# extracting version string from game/q_shared.h
|
||||
# hacked from Wolf build process
|
||||
|
||||
# extract the wolf version from q_shared.h
|
||||
$line = `cat ../game/q_shared.h | grep Q3_VERSION`;
|
||||
chomp $line;
|
||||
$line =~ s/.*Q3\ (.*)\"/$1/;
|
||||
print "$line\n";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue