summaryrefslogtreecommitdiffstats
path: root/tinyNET/ragel.sh
diff options
context:
space:
mode:
authorbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
committerbossiel <bossiel@yahoo.fr>2011-08-10 22:59:15 +0000
commit1ebf5a5fcda0c9154e22ed02404fd46525a7fd9f (patch)
tree4b6214a7142ab1035cb0e47444e88af38e712421 /tinyNET/ragel.sh
downloaddoubango-1.0.zip
doubango-1.0.tar.gz
Move deprecated v1.0 from trunk to branches1.0
Diffstat (limited to 'tinyNET/ragel.sh')
-rw-r--r--tinyNET/ragel.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/tinyNET/ragel.sh b/tinyNET/ragel.sh
new file mode 100644
index 0000000..400a5d7
--- /dev/null
+++ b/tinyNET/ragel.sh
@@ -0,0 +1,8 @@
+# Ragel generator
+# For more information about Ragel: http://www.complang.org/ragel/
+
+export OPTIONS="-C -L -T0"
+#export OPTIONS="-C -L -G2"
+
+ragel.exe $OPTIONS -o ./src/dns/tnet_dns_regexp.c ./ragel/tnet_dns_regexp.rl
+ragel.exe $OPTIONS -o ./src/dns/tnet_dns_resolvconf.c ./ragel/tnet_dns_resolvconf.rl
OpenPOWER on IntegriCloud