1rmdir /s /q client_build
2
3mingw32-make clean
4
5mkdir client_build
6
7cd client_build
8
9lrelease ..\x2goclient.pro
10
11set X2GO_CLIENT_TARGET=
12
13set config=release
14if [%1]==[debug] set config=debug console
15qmake ..\x2goclient.pro CONFIG+="%config%"
16
17cd ..
18cd x2gohelper
19
20mingw32-make clean
21
22cd ..
23