]> git.street.me.uk Git - andy/viking.git/blob - win32/configure_and_make-wine.sh
[QA] Window's build - better use of environment variable.
[andy/viking.git] / win32 / configure_and_make-wine.sh
1 #!/bin/bash
2 # License: CC0
3
4 # First ensure we have a configure script:
5 rm -rf ../src/.deps
6 rm -rf ../src/icons/.deps
7 rm -rf ../src/libjpeg/.deps
8 pushd ..
9 ./autogen.sh
10 make distclean
11 popd
12
13 # Note the configure stage under wine** is really slow can easily be over 15 minutes
14 # make of the icons is also very slow** - can easily over 5 minutes
15 # compartively the make of the actual src code is not too bad
16 wine cmd.exe /c configure_and_make.bat
17
18 # ** slowness is probably due to lots of forking going on starting many new small processes