]> git.street.me.uk Git - andy/viking.git/blame - win32/configure_and_make-wine.sh
Add functions to return sublayer visibility.
[andy/viking.git] / win32 / configure_and_make-wine.sh
CommitLineData
59a4fc6d 1#!/bin/bash
ba3695b5 2# License: CC0
59a4fc6d
RN
3
4# First ensure we have a configure script:
5pushd ..
6./autogen.sh
7make distclean
8popd
9
b1a8def8
RN
10# Note the configure stage under wine** is really slow can easily be over 15 minutes
11# make of the icons is also very slow** - can easily over 5 minutes
12# compartively the make of the actual src code is not too bad
c0c2d019 13wine cmd.exe /c configure_and_make.bat
b1a8def8
RN
14
15# ** slowness is probably due to lots of forking going on starting many new small processes