~ubuntu-branches/ubuntu/oneiric/glew/oneiric

« back to all changes in this revision

Viewing changes to auto/bin/make_str.pl

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2011-01-11 11:20:03 UTC
  • mfrom: (1.1.8 upstream) (2.1.11 experimental)
  • Revision ID: james.westby@ubuntu.com-20110111112003-j2v6ob84i3h66z0z
Tags: 1.5.7-1
* New upstream release
* back to source format 1.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
        my $curexttype = "";
23
23
        foreach my $ext (sort @extlist)
24
24
        {
25
 
                my ($extname, $exturl, $types, $tokens, $functions, $exacts) = parse_ext($ext);
 
25
                my ($extname, $exturl, $extstring, $types, $tokens, $functions, $exacts) = parse_ext($ext);
26
26
                my $exttype = $extname;
27
27
                $exttype =~ s/(W*?)GL(X*?)_(.*?_)(.*)/$3/;
28
28
                my $extrem = $extname;