-
Notifications
You must be signed in to change notification settings - Fork 15
/
build64.sh
133 lines (132 loc) · 3.93 KB
/
build64.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
#!/bin/bash
echo Checking system...
touch test_wined3d
if [ $? -ne 0 ]
then
echo Cannot write in this directory
exit 14
fi
rm -f test_wined3d
parallelism=$(grep -c ^processor /proc/cpuinfo)
echo Cleaning up...
unset CC
rm -rf wine-tools wine-win64 wine-git wine-staging
mkdir wine-tools wine-win64
if [ -z ${1} ]
then
echo Downloading wine...
git clone git://source.winehq.org/git/wine.git ./wine-git
if [ $? -ne 0 ]
then
echo Download failed with error $?
exit 2
fi
p="wine-git/"
else
echo Building from $1
p=$1
fi
p2=$(realpath --relative-to=. $p)"-copy/"
mkdir $p2
rm -rf $p2"/"*
cp -rf $p"/"* $p2
echo Building...
unset CC
cd wine-tools
../$p/configure --without-x --enable-win64
if [ $? -ne 0 ]
then
echo Tools configure failed with error $?
exit 3
fi
make -j$parallelism
if [ $? -ne 0 ]
then
echo Tools make failed with error $?
exit 4
fi
cd ../wine-win64
../$p/configure --without-x --enable-win64 --disable-kernel32 --disable-tests --without-freetype --host=x86_64-w64-mingw32 CFLAGS="-O3 -DWINE_NOWINSOCK -DUSE_WIN32_OPENGL -DUSE_WIN32_VULKAN" --with-wine-tools=../wine-tools/ LDFLAGS=" -static-libgcc"
if [ $? -ne 0 ]
then
echo Wine configure failed with error $?
exit 5
fi
make -j$parallelism
if [ $? -ne 0 ]
then
echo Wine make failed with error $?
exit 6
fi
mkdir ../wined3d
cp dlls/wined3d/wined3d.dll dlls/ddraw/ddraw.dll dlls/d3d8/d3d8.dll dlls/d3d9/d3d9.dll dlls/d3d10/d3d10.dll dlls/d3d10core/d3d10core.dll dlls/d3d11/d3d11.dll dlls/dxgi/dxgi.dll dlls/d3d10_1/d3d10_1.dll ../wined3d
cd ..
echo Downloading wine-staging...
git clone https://github.com/wine-staging/wine-staging.git ./wine-staging
if [ $? -ne 0 ]
then
echo Download failed with error $?
exit 7
fi
echo Attempting to apply wine-staging...
cd wine-staging
rm -rf patches/*CSMT*
sed 's/exit 1//g' patches/patchinstall.sh > patches/patchinstall1.sh
chmod 775 patches/patchinstall1.sh
./patches/patchinstall1.sh DESTDIR="../$p2/" --all
echo Attempting Typeless Texture Hack...
cd ..
uudecode ${0}
cd $p2
patch -p0 < ../textureHack.patch
echo Building...
cd ../wine-tools
../$p2/configure --without-x --enable-win64
if [ $? -ne 0 ]
then
echo Tools configure failed with error $?
exit 8
fi
make -j$parallelism
if [ $? -ne 0 ]
then
echo Tools make failed with error $?
exit 9
fi
cd ../wine-win64
../$p2/configure --without-x --enable-win64 --disable-kernel32 --disable-tests --without-freetype --host=x86_64-w64-mingw32 CFLAGS="-O3 -DWINE_NOWINSOCK -DUSE_WIN32_OPENGL -DUSE_WIN32_VULKAN" --with-wine-tools=../wine-tools/ LDFLAGS=" -static-libgcc"
if [ $? -ne 0 ]
then
echo Wine configure failed with error $?
exit 10
fi
make -j$parallelism
if [ $? -ne 0 ]
then
echo Wine make failed with error $?
exit 11
fi
mkdir ../wined3d-staging
cp dlls/wined3d/wined3d.dll dlls/ddraw/ddraw.dll dlls/d3d8/d3d8.dll dlls/d3d9/d3d9.dll dlls/d3d10/d3d10.dll dlls/d3d10core/d3d10core.dll dlls/d3d11/d3d11.dll dlls/dxgi/dxgi.dll dlls/d3d10_1/d3d10_1.dll ../wined3d-staging
cd ..
echo Cleaning up...
rm -rf wine-tools wine-win64 wine-staging wine-git $p2 textureHack.patch
echo All done with no errors!
echo The wined3d dlls are in the wined3d and wined3d-staging directories
exit 0
#typeless texture hack from https://github.com/wine-mirror/wine/commit/77539c7716ca88599d7e0532e9e29328a85576f1
#edited to remove git stuff and unnecessary changes
begin 755 textureHack.patch
M+2TM(&1L;',O=VEN960S9"]D979I8V4N8PHK*RL@9&QL<R]W:6YE9#-D+V1E
M=FEC92YC"D!`("TS-C<V+#8@*S,V-S8L,3$@0$!V;VED($-$14-,('=I;F5D
M,V1?9&5V:6-E7V-O<'E?<F5S;W5R8V4H<W1R=6-T('=I;F5D,V1?9&5V:6-E
M("ID979I8V4L"B`@("`@2%)%4U5,5"!H<CL*(`H@("`@(%1204-%*")D979I
M8V4@)7`L(&1S=%]R97-O=7)C92`E<"P@<W)C7W)E<V]U<F-E("5P+EQN(BP@
M9&5V:6-E+"!D<W1?<F5S;W5R8V4L('-R8U]R97-O=7)C92D["BL@("`@:68@
M*&1S=%]R97-O=7)C92T^9F]R;6%T+3YI9"`]/2!724Y%1#-$1DU47U(X1SA"
M.$$X7U194$5,15-3*0HK("`@('L**R`@("`@("`J*"AI;G0@*BDF*&1S=%]R
M97-O=7)C92T^9F]R;6%T+3YI9"DI(#T@<W)C7W)E<V]U<F-E+3YF;W)M870M
M/FED.PHK("`@('T**PH@"B`@("`@:68@*'-R8U]R97-O=7)C92`]/2!D<W1?
3<F5S;W5R8V4I"B`@("`@>PH*"@``
`
end