Merge https://github.com/nigels-com/glew.git into master HEAD at Fri Oct 24 17:44:11 GMT 2014

This commit is contained in:
omniavinco 2014-10-25 02:44:11 +09:00
commit 6ee5896cdc
2 changed files with 4 additions and 1 deletions

3
.gitattributes vendored Normal file
View File

@ -0,0 +1,3 @@
* eol=lf
*.png binary
build/* eol=crlf

View File

@ -19,7 +19,7 @@ if [ ! -d $1 ] ; then
mkdir -p $1
# Parse each of the extensions in the registry
find $2 -name doc -type d -prune -o -name \*.txt -print | \
find $2 -name doc -type d -prune -o -name "*.txt" -print | \
grep -v -f $3 | sort | bin/parse_spec.pl $1
fi