summaryrefslogtreecommitdiff
path: root/compile_windows_portable.cmd
diff options
context:
space:
mode:
authorMateusz Łukasik <mati75@linuxmint.pl>2017-02-03 08:16:09 +0100
committerMateusz Łukasik <mati75@linuxmint.pl>2017-02-03 08:16:09 +0100
commitbcae744b1bae2f5015cb3efdd0d2226150cd79e5 (patch)
tree872701745b36fbfbeb16dd1d59d485bc1e494dbd /compile_windows_portable.cmd
parent634cd2063f449c5d38046de88a395af77e2c9ea5 (diff)
New upstream version 17.2.0~ds0
Diffstat (limited to 'compile_windows_portable.cmd')
-rw-r--r--compile_windows_portable.cmd6
1 files changed, 4 insertions, 2 deletions
diff --git a/compile_windows_portable.cmd b/compile_windows_portable.cmd
index 2cd3728..daf53d2 100644
--- a/compile_windows_portable.cmd
+++ b/compile_windows_portable.cmd
@@ -2,9 +2,11 @@ call getrev.cmd
cd zlib
mingw32-make -fwin32\makefile.gcc
-cd ..
-cd src
+cd ..\webserver
+mingw32-make
+
+cd ..\src
lrelease smplayer.pro
qmake DEFINES+=PORTABLE_APP
mingw32-make