misc/libfreetype/version.sed
author koda
Sat, 08 Jun 2013 02:21:31 +0200
changeset 9156 6bf5359d5d14
parent 5172 88f2e05288ba
permissions -rw-r--r--
make sure that also CXX sources pick up the flags (although I'm not 100% of the correctness of the tests)

#! /usr/bin/sed -nf

s/^#define  *FREETYPE_MAJOR  *\([^ ][^ ]*\).*$/freetype_major="\1" ;/p
s/^#define  *FREETYPE_MINOR  *\([^ ][^ ]*\).*$/freetype_minor=".\1" ;/p
s/^#define  *FREETYPE_PATCH  *\([^ ][^ ]*\).*$/freetype_patch=".\1" ;/p