1
0
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:
Andrew Tridgell
-
parent 6a3e7ba4f0
commit 77ceb6a3c1

7
source/aparser/build Executable file
View File

@ -0,0 +1,7 @@
#!/bin/sh
file=$1
igawk -f main.awk $file
gcc -Wall -g -o vluke parser.c vluke.c