summaryrefslogtreecommitdiffstats
path: root/utils/wpseditor/buildall.bat
blob: c550a30850ee2071b4cea70ef48202658927c40d (plain)
1
2
3
4
5
6
7
8
9
@echo off
echo qmake...
qmake 
echo Building gui...
mingw32-make 1>nul
echo Building libs...
cd libwps
call buildall.bat 2>nul
cd ..