complicated build system is mandatory
This commit is contained in:
13
Fonderie/craplist2str.awk
Executable file
13
Fonderie/craplist2str.awk
Executable file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/awk -f
|
||||
|
||||
BEGIN {
|
||||
print "// generated file, do not edit by hand"
|
||||
}
|
||||
|
||||
{
|
||||
printf "char str_%s[] = \"%s\" ;\t\t// %d\n", $2, $2, $1
|
||||
}
|
||||
|
||||
END {
|
||||
print "// generated file, do not edit by hand"
|
||||
}
|
||||
Reference in New Issue
Block a user