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