summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-24 16:10:38 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2007-05-24 16:10:38 +0000
commit9af30f9852edeb48b9801a32e36c5e3e5ee8d3ea (patch)
tree6710a7052eb1aae56ea6284aaa5d7d8eec1ca2f3 /win
parent4f01d9724f21f3905ecad3159b46c8e84cb4017c (diff)
Compressor script that compresses all shared objects and exe with upx, should be used prior to a release
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7126 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r--win/compress.bat4
1 files changed, 4 insertions, 0 deletions
diff --git a/win/compress.bat b/win/compress.bat
new file mode 100644
index 000000000..f77f28345
--- /dev/null
+++ b/win/compress.bat
@@ -0,0 +1,4 @@
+@upx -d ..\bin\release\lib\*.so
+@upx -d ..\bin\release\modules\*.so
+@upx -d ..\bin\release\bin\*.exe
+