From: Anthony Minessale Date: Fri, 6 Jul 2012 22:54:17 +0000 (-0500) Subject: come to cluecon will ya X-Git-Tag: v1.2.0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bd7155ebd209d5c425e88aa76785ac0475ab038;p=thirdparty%2Ffreeswitch.git come to cluecon will ya --- diff --git a/cc.sh b/cc.sh new file mode 100755 index 0000000000..85ab418e26 --- /dev/null +++ b/cc.sh @@ -0,0 +1,8 @@ +cc=`cat cluecon.tmpl | sed 's/\\\\/\\\\\\\\/g' | awk '{printf "%s\\\\n", $0}' ` + +cat < src/include/cc.h + +const char *cc = "$cc"; + +EOF +