This repository has been archived on 2020-09-07. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
libs/make_libs.bat

3 lines
324 B
Batchfile

mkdir ..\libs_build_win
cd ..\libs_build_win && cmake_mgw ..\libs -DICU=1 -DUSB=1 -DCRYPT=1 && make install -j8 && for %%d in (..\libs\qad_widgets ..\libs\qad_utils ..\libs\qad_graphic ..\libs\qad_sql_table ..\libs\qad_application ..\libs\touch_widgets ..\libs\qad_blockview) do cd %%d && qmake && make install -j8 && cd ..