Add tag to output .c file
Original commit message from CVS: Add tag to output .c file
This commit is contained in:
parent
d312ad6641
commit
1307da3508
@ -19,6 +19,7 @@ open OUT, ">gst$template.c";
|
||||
map { s/Videotemplate/$Template/g;
|
||||
s/videotemplate/$template/g;
|
||||
s/VIDEOTEMPLATE/$TEMPLATE/g;
|
||||
s/\$Id$/$1/g;
|
||||
} @lines;
|
||||
|
||||
print OUT @lines;
|
||||
|
Loading…
x
Reference in New Issue
Block a user