diff options
Diffstat (limited to 'regex/make-ccc')
-rwxr-xr-x | regex/make-ccc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/regex/make-ccc b/regex/make-ccc new file mode 100755 index 00000000000..561c5a9bddc --- /dev/null +++ b/regex/make-ccc @@ -0,0 +1,3 @@ +ccc -DHAVE_CONFIG_H -I. -I. -I.. -I./../include -I../include -O -DDBUG_OFF -fast -O3 -c regerror.c regcomp.c regexec.c regfree.c reginit.c +rm libregex.a +ar -cr libregex.a regerror.o |