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