]> git.street.me.uk Git - andy/viking.git/blob - win32/configure_and_make-wine.sh
cc5529ce18cd2940f1079f96929b78ccea720a29
[andy/viking.git] / win32 / configure_and_make-wine.sh
1 #!/bin/sh
2 # Note the configure stage under wine** is really slow can easily be over 15 minutes
3 # make of the icons is also very slow** - can easily over 5 minutes
4 # compartively the make of the actual src code is not too bad
5 wine ~/.wine/drive_c/windows/system32/cmd.exe /c configure_and_make.bat
6
7 # ** slowness is probably due to lots of forking going on starting many new small processes