aboutsummaryrefslogtreecommitdiffhomepage
path: root/tgzsrc
blob: e4a5992033566d32fda8ddd7940bfb5aae25f8eb (plain)
1
2
3
4
5
cd ..
rm -f scintilla.tgz
tar --create scintilla/* \
	--exclude=*.o --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a \
	| gzip -c >scintilla.tgz