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