summaryrefslogtreecommitdiff
path: root/compile_windows_portable.bat
blob: c4c181c6fb395053561da1736b0fd6b05361a8d1 (plain)
1
2
3
4
5
6
7
8
9
10
call getrev.cmd

cd zlib-1.2.6
mingw32-make -fwin32\makefile.gcc
cd ..

cd src
lrelease smplayer.pro
qmake DEFINES+=PORTABLE_APP
mingw32-make