Switch to unified view

a/windows/mkinstdir.sh b/windows/mkinstdir.sh
...
...
27
ReleaseBuild=y
27
ReleaseBuild=y
28
28
29
# Where to find libgcc_s_dw2-1.dll for progs which need it copied
29
# Where to find libgcc_s_dw2-1.dll for progs which need it copied
30
gccpath=`which gcc`
30
gccpath=`which gcc`
31
MINGWBIN=`dirname $gccpath`
31
MINGWBIN=`dirname $gccpath`
32
33
test -z "$MINGWBIN" && fatal cannot find gcc
32
34
33
# Where to copy the Qt Dlls from:
35
# Where to copy the Qt Dlls from:
34
QTBIN=C:/Qt/5.5/mingw492_32/bin
36
QTBIN=C:/Qt/5.5/mingw492_32/bin
35
PATH=$QTBIN:$PATH
37
PATH=$QTBIN:$PATH
36
export PATH
38
export PATH