aboutsummaryrefslogtreecommitdiffhomepage
path: root/tgzsrc
diff options
context:
space:
mode:
Diffstat (limited to 'tgzsrc')
-rw-r--r--tgzsrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/tgzsrc b/tgzsrc
new file mode 100644
index 000000000..5c3ed1767
--- /dev/null
+++ b/tgzsrc
@@ -0,0 +1,5 @@
+cd ..
+rm -f scintilla.zip
+tar --create scintilla/* \
+ --exclude=*.o --exclude=*.obj --exclude=*.dll --exclude=*.exe --exclude=*.a \
+ | gzip -c >scintilla.tgz