diff options
Diffstat (limited to 'scintilla/tgzsrc')
-rw-r--r-- | scintilla/tgzsrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scintilla/tgzsrc b/scintilla/tgzsrc new file mode 100644 index 0000000..a4d4ee0 --- /dev/null +++ b/scintilla/tgzsrc @@ -0,0 +1,4 @@ +cd .. +rm -f scintilla.tgz +tar --create --exclude \*.o --exclude \*.obj --exclude \*.dll --exclude \*.exe --exclude \*.a scintilla/* \ + | gzip -c >scintilla.tgz |