mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
a useful script, just go "./build foo.struct" and you get a full
vluke program for all structures in the foo.strct file
This commit is contained in:
7
source/aparser/build
Executable file
7
source/aparser/build
Executable file
@ -0,0 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
file=$1
|
||||
|
||||
igawk -f main.awk $file
|
||||
|
||||
gcc -Wall -g -o vluke parser.c vluke.c
|
Reference in New Issue
Block a user