-
-
Notifications
You must be signed in to change notification settings - Fork 145
/
build-win32.sh
executable file
·192 lines (192 loc) · 69.6 KB
/
build-win32.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
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
#! /bin/sh -ex
# This file is automatically generated with: tup generate --verbose --builddir build --config local-build-configs/win32.config build-win32.sh
export tup_vardict="$(cd $(dirname $0) && pwd)/tup-generate.vardict"
mkdir -p build/contrib/debian/source/
mkdir -p build/contrib/debian/
mkdir -p build/contrib/syntax/
mkdir -p build/contrib/
mkdir -p build/local-build-configs/
mkdir -p build/docs/html/pub/win32/
mkdir -p build/docs/html/pub/
mkdir -p build/docs/html/
mkdir -p build/docs/
mkdir -p build/lib32/
mkdir -p build/.github/workflows/
mkdir -p build/.github/
mkdir -p build/test/make_v_tup/
mkdir -p build/test/
mkdir -p build/src/sqlite3/
mkdir -p build/src/pcre/
mkdir -p build/src/dllinject/
mkdir -p build/src/lua/
mkdir -p build/src/ldpreload/
mkdir -p build/src/luabuiltin/
mkdir -p build/src/inih/
mkdir -p build/src/tup/flock/
mkdir -p build/src/tup/monitor/
mkdir -p build/src/tup/server/
mkdir -p build/src/tup/tup/
mkdir -p build/src/tup/
mkdir -p build/src/bsd/
mkdir -p build/src/compat/win32/sys/
mkdir -p build/src/compat/win32/detect/
mkdir -p build/src/compat/win32/
mkdir -p build/src/compat/
mkdir -p build/src/
mkdir -p build/
cd "src/compat"
(x86_64-w64-mingw32-gcc -c dir_mutex.c -o ../../build/src/compat/dir_mutex.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c fstatat.c -o ../../build/src/compat/fstatat.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c mkdirat.c -o ../../build/src/compat/mkdirat.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c openat.c -o ../../build/src/compat/openat.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c renameat.c -o ../../build/src/compat/renameat.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c unlinkat.c -o ../../build/src/compat/unlinkat.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
cd "win32"
(x86_64-w64-mingw32-gcc -c close.c -o ../../../build/src/compat/win32/close.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c dirpath.c -o ../../../build/src/compat/win32/dirpath.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c dup.c -o ../../../build/src/compat/win32/dup.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c fchdir.c -o ../../../build/src/compat/win32/fchdir.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c fcntl.c -o ../../../build/src/compat/win32/fcntl.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c lstat.c -o ../../../build/src/compat/win32/lstat.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c mmap.c -o ../../../build/src/compat/win32/mmap.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c open.c -o ../../../build/src/compat/win32/open.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c printf.c -o ../../../build/src/compat/win32/printf.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c readlinkat.c -o ../../../build/src/compat/win32/readlinkat.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c symlink.c -o ../../../build/src/compat/win32/symlink.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
(x86_64-w64-mingw32-gcc -c tmpfile.c -o ../../../build/src/compat/win32/tmpfile.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih "-DATTRIBUTE_USED=__attribute__((used))" )
cd "detect"
(i686-w64-mingw32-gcc -c tup32detect.c -o ../../../../build/src/compat/win32/detect/tup32detect.o32 -w -D__USE_MINGW_ANSI_STDIO=1 )
cd "../../../lua"
(x86_64-w64-mingw32-gcc -c lapi.c -o ../../build/src/lua/lapi.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lauxlib.c -o ../../build/src/lua/lauxlib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lbaselib.c -o ../../build/src/lua/lbaselib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lcode.c -o ../../build/src/lua/lcode.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lcorolib.c -o ../../build/src/lua/lcorolib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lctype.c -o ../../build/src/lua/lctype.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c ldblib.c -o ../../build/src/lua/ldblib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c ldebug.c -o ../../build/src/lua/ldebug.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c ldo.c -o ../../build/src/lua/ldo.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c ldump.c -o ../../build/src/lua/ldump.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lfunc.c -o ../../build/src/lua/lfunc.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lgc.c -o ../../build/src/lua/lgc.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c linit.c -o ../../build/src/lua/linit.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c liolib.c -o ../../build/src/lua/liolib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c llex.c -o ../../build/src/lua/llex.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lmathlib.c -o ../../build/src/lua/lmathlib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lmem.c -o ../../build/src/lua/lmem.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c loadlib.c -o ../../build/src/lua/loadlib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lobject.c -o ../../build/src/lua/lobject.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lopcodes.c -o ../../build/src/lua/lopcodes.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c loslib.c -o ../../build/src/lua/loslib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lparser.c -o ../../build/src/lua/lparser.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lstate.c -o ../../build/src/lua/lstate.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lstring.c -o ../../build/src/lua/lstring.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lstrlib.c -o ../../build/src/lua/lstrlib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c ltable.c -o ../../build/src/lua/ltable.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c ltablib.c -o ../../build/src/lua/ltablib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c ltm.c -o ../../build/src/lua/ltm.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lundump.c -o ../../build/src/lua/lundump.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lutf8lib.c -o ../../build/src/lua/lutf8lib.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lvm.c -o ../../build/src/lua/lvm.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-gcc -c lzio.c -o ../../build/src/lua/lzio.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w )
(x86_64-w64-mingw32-ar crs ../../build/src/lua/liblua.a ../../build/src/lua/lapi.o ../../build/src/lua/lauxlib.o ../../build/src/lua/lbaselib.o ../../build/src/lua/lcode.o ../../build/src/lua/lcorolib.o ../../build/src/lua/lctype.o ../../build/src/lua/ldblib.o ../../build/src/lua/ldebug.o ../../build/src/lua/ldo.o ../../build/src/lua/ldump.o ../../build/src/lua/lfunc.o ../../build/src/lua/lgc.o ../../build/src/lua/linit.o ../../build/src/lua/liolib.o ../../build/src/lua/llex.o ../../build/src/lua/lmathlib.o ../../build/src/lua/lmem.o ../../build/src/lua/loadlib.o ../../build/src/lua/lobject.o ../../build/src/lua/lopcodes.o ../../build/src/lua/loslib.o ../../build/src/lua/lparser.o ../../build/src/lua/lstate.o ../../build/src/lua/lstring.o ../../build/src/lua/lstrlib.o ../../build/src/lua/ltable.o ../../build/src/lua/ltablib.o ../../build/src/lua/ltm.o ../../build/src/lua/lundump.o ../../build/src/lua/lutf8lib.o ../../build/src/lua/lvm.o ../../build/src/lua/lzio.o)
(x86_64-w64-mingw32-gcc -c lua.c -o ../../build/src/lua/lua.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w -Usig_atomic_t)
(x86_64-w64-mingw32-gcc ../../build/src/lua/lua.o ../../build/src/lua/liblua.a -o ../../build/src/lua/lua.exe -static-libgcc -lm )
cd "../luabuiltin"
(../../build/src/lua/lua.exe xxd.lua builtin.lua ../../build/src/luabuiltin/luabuiltin.h)
cd "../tup"
(x86_64-w64-mingw32-gcc -c bin.c -o ../../build/src/tup/bin.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c ccache.c -o ../../build/src/tup/ccache.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c colors.c -o ../../build/src/tup/colors.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c config.c -o ../../build/src/tup/config.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c create_name_file.c -o ../../build/src/tup/create_name_file.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c db.c -o ../../build/src/tup/db.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c debug.c -o ../../build/src/tup/debug.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c delete_name_file.c -o ../../build/src/tup/delete_name_file.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c dircache.c -o ../../build/src/tup/dircache.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c entry.c -o ../../build/src/tup/entry.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c environ.c -o ../../build/src/tup/environ.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c estring.c -o ../../build/src/tup/estring.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c file.c -o ../../build/src/tup/file.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c fslurp.c -o ../../build/src/tup/fslurp.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c graph.c -o ../../build/src/tup/graph.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c if_stmt.c -o ../../build/src/tup/if_stmt.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c init.c -o ../../build/src/tup/init.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c lock.c -o ../../build/src/tup/lock.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c logging.c -o ../../build/src/tup/logging.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c luaparser.c -o ../../build/src/tup/luaparser.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c mempool.c -o ../../build/src/tup/mempool.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c option.c -o ../../build/src/tup/option.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c parser.c -o ../../build/src/tup/parser.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c path.c -o ../../build/src/tup/path.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c pel_group.c -o ../../build/src/tup/pel_group.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c platform.c -o ../../build/src/tup/platform.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c progress.c -o ../../build/src/tup/progress.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c send_event.c -o ../../build/src/tup/send_event.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c string_tree.c -o ../../build/src/tup/string_tree.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c tent_list.c -o ../../build/src/tup/tent_list.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c tent_tree.c -o ../../build/src/tup/tent_tree.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c thread_tree.c -o ../../build/src/tup/thread_tree.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c timespan.c -o ../../build/src/tup/timespan.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c tupid_list.c -o ../../build/src/tup/tupid_list.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c tupid_tree.c -o ../../build/src/tup/tupid_tree.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c updater.c -o ../../build/src/tup/updater.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c vardb.c -o ../../build/src/tup/vardb.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c vardict.c -o ../../build/src/tup/vardict.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c variant.c -o ../../build/src/tup/variant.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
(x86_64-w64-mingw32-gcc -c varsed.c -o ../../build/src/tup/varsed.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih )
cd "tup"
(x86_64-w64-mingw32-gcc -c main.c -o ../../../build/src/tup/tup/main.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih -DTUP_SERVER="\"windepfile\"" )
cd "../server"
(x86_64-w64-mingw32-gcc -c windepfile.c -o ../../../build/src/tup/server/windepfile.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih )
(x86_64-w64-mingw32-gcc -c privs.c -o ../../../build/src/tup/server/privs.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih )
cd "../monitor"
(x86_64-w64-mingw32-gcc -c null.c -o ../../../build/src/tup/monitor/null.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih )
cd "../flock"
(x86_64-w64-mingw32-gcc -c lock_file.c -o ../../../build/src/tup/flock/lock_file.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../../build/src -I../../../src -include ../../../src/compat/win32/mingw.h -I../../../src/compat/win32 -I../../../src/pcre -DPCRE_STATIC -I../../../src/inih )
cd "../../inih"
(x86_64-w64-mingw32-gcc -c ini.c -o ../../build/src/inih/ini.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-cast-qual -DINI_ALLOW_MULTILINE=0 )
cd "../dllinject"
(x86_64-w64-mingw32-gcc -c dllinject.c -o ../../build/src/dllinject/dllinject.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-missing-prototypes -DNDEBUG )
(x86_64-w64-mingw32-gcc -c hot_patch.c -o ../../build/src/dllinject/hot_patch.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-missing-prototypes -DNDEBUG )
(x86_64-w64-mingw32-gcc -c iat_patch.c -o ../../build/src/dllinject/iat_patch.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-missing-prototypes -DNDEBUG )
(x86_64-w64-mingw32-gcc -c trace.c -o ../../build/src/dllinject/trace.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-missing-prototypes -DNDEBUG )
(i686-w64-mingw32-gcc -c dllinject.c -o ../../build/src/dllinject/dllinject.o32 -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-missing-prototypes -DNDEBUG )
(i686-w64-mingw32-gcc -c hot_patch.c -o ../../build/src/dllinject/hot_patch.o32 -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-missing-prototypes -DNDEBUG )
(i686-w64-mingw32-gcc -c iat_patch.c -o ../../build/src/dllinject/iat_patch.o32 -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-missing-prototypes -DNDEBUG )
(i686-w64-mingw32-gcc -c trace.c -o ../../build/src/dllinject/trace.o32 -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -Wno-missing-prototypes -DNDEBUG )
cd "../pcre"
(x86_64-w64-mingw32-gcc -c pcre2_auto_possess.c -o ../../build/src/pcre/pcre2_auto_possess.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_chartables.c -o ../../build/src/pcre/pcre2_chartables.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_compile.c -o ../../build/src/pcre/pcre2_compile.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_config.c -o ../../build/src/pcre/pcre2_config.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_context.c -o ../../build/src/pcre/pcre2_context.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_convert.c -o ../../build/src/pcre/pcre2_convert.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_dfa_match.c -o ../../build/src/pcre/pcre2_dfa_match.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_error.c -o ../../build/src/pcre/pcre2_error.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_extuni.c -o ../../build/src/pcre/pcre2_extuni.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_find_bracket.c -o ../../build/src/pcre/pcre2_find_bracket.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_jit_compile.c -o ../../build/src/pcre/pcre2_jit_compile.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_maketables.c -o ../../build/src/pcre/pcre2_maketables.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_match.c -o ../../build/src/pcre/pcre2_match.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_match_data.c -o ../../build/src/pcre/pcre2_match_data.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_newline.c -o ../../build/src/pcre/pcre2_newline.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_ord2utf.c -o ../../build/src/pcre/pcre2_ord2utf.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_pattern_info.c -o ../../build/src/pcre/pcre2_pattern_info.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_script_run.c -o ../../build/src/pcre/pcre2_script_run.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_serialize.c -o ../../build/src/pcre/pcre2_serialize.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_string_utils.c -o ../../build/src/pcre/pcre2_string_utils.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_study.c -o ../../build/src/pcre/pcre2_study.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_substitute.c -o ../../build/src/pcre/pcre2_substitute.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_substring.c -o ../../build/src/pcre/pcre2_substring.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_tables.c -o ../../build/src/pcre/pcre2_tables.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_ucd.c -o ../../build/src/pcre/pcre2_ucd.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_valid_utf.c -o ../../build/src/pcre/pcre2_valid_utf.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
(x86_64-w64-mingw32-gcc -c pcre2_xclass.c -o ../../build/src/pcre/pcre2_xclass.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -DHAVE_CONFIG_H -DPCRE2_CODE_UNIT_WIDTH=8 -DPCRE2_STATIC -w )
cd "../sqlite3"
(x86_64-w64-mingw32-gcc -c sqlite3.c -o ../../build/src/sqlite3/sqlite3.o -Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -I../../build/src -I../../src -include ../../src/compat/win32/mingw.h -I../../src/compat/win32 -I../../src/pcre -DPCRE_STATIC -I../../src/inih -w -DSQLITE_TEMP_STORE=2 -DSQLITE_THREADSAFE=0 -DSQLITE_OMIT_LOAD_EXTENSION -DSQLITE_OMIT_DESERIALIZE -DSQLITE_OMIT_EXPLAIN -DSQLITE_OMIT_JSON )
cd "../.."
(x86_64-w64-mingw32-gcc -shared build/src/dllinject/dllinject.o build/src/dllinject/hot_patch.o build/src/dllinject/iat_patch.o build/src/dllinject/trace.o -o build/tup-dllinject.dll -static-libgcc -lpsapi)
(i686-w64-mingw32-gcc -shared build/src/dllinject/dllinject.o32 build/src/dllinject/hot_patch.o32 build/src/dllinject/iat_patch.o32 build/src/dllinject/trace.o32 -o build/tup-dllinject32.dll -static-libgcc -lpsapi)
(i686-w64-mingw32-gcc build/src/compat/win32/detect/tup32detect.o32 -o build/tup32detect.exe -static-libgcc )
(./src/tup/link.sh "x86_64-w64-mingw32-gcc" "-Os -g -W -Wall -Wbad-function-cast -Wcast-align -Wcast-qual -Wchar-subscripts -Wmissing-prototypes -Wnested-externs -Wpointer-arith -Wredundant-decls -Wshadow -Wstrict-prototypes -Wwrite-strings -Wswitch-enum -D_FILE_OFFSET_BITS=64 -fno-common -Ibuild/src -I./src -include ./src/compat/win32/mingw.h -I./src/compat/win32 -I./src/pcre -DPCRE_STATIC -I./src/inih" "-static-libgcc -Wl,--wrap=open -Wl,--wrap=close -Wl,--wrap=tmpfile -Wl,--wrap=dup -Wl,--wrap=__mingw_vprintf -Wl,--wrap=__mingw_vfprintf -Wl,-Bstatic -lpthread -Wl,-Bdynamic" "build/tup.exe" "build/tup-version.o" "build/src/tup/bin.o build/src/tup/ccache.o build/src/tup/colors.o build/src/tup/config.o build/src/tup/create_name_file.o build/src/tup/db.o build/src/tup/debug.o build/src/tup/delete_name_file.o build/src/tup/dircache.o build/src/tup/entry.o build/src/tup/environ.o build/src/tup/estring.o build/src/tup/file.o build/src/tup/fslurp.o build/src/tup/graph.o build/src/tup/if_stmt.o build/src/tup/init.o build/src/tup/lock.o build/src/tup/logging.o build/src/tup/luaparser.o build/src/tup/mempool.o build/src/tup/option.o build/src/tup/parser.o build/src/tup/path.o build/src/tup/pel_group.o build/src/tup/platform.o build/src/tup/progress.o build/src/tup/send_event.o build/src/tup/string_tree.o build/src/tup/tent_list.o build/src/tup/tent_tree.o build/src/tup/thread_tree.o build/src/tup/timespan.o build/src/tup/tupid_list.o build/src/tup/tupid_tree.o build/src/tup/updater.o build/src/tup/vardb.o build/src/tup/vardict.o build/src/tup/variant.o build/src/tup/varsed.o build/src/tup/tup/main.o build/src/tup/monitor/null.o build/src/tup/flock/lock_file.o build/src/tup/server/privs.o build/src/tup/server/windepfile.o build/src/inih/ini.o build/src/compat/dir_mutex.o build/src/compat/fstatat.o build/src/compat/mkdirat.o build/src/compat/openat.o build/src/compat/renameat.o build/src/compat/unlinkat.o build/src/sqlite3/sqlite3.o build/src/pcre/pcre2_auto_possess.o build/src/pcre/pcre2_chartables.o build/src/pcre/pcre2_compile.o build/src/pcre/pcre2_config.o build/src/pcre/pcre2_context.o build/src/pcre/pcre2_convert.o build/src/pcre/pcre2_dfa_match.o build/src/pcre/pcre2_error.o build/src/pcre/pcre2_extuni.o build/src/pcre/pcre2_find_bracket.o build/src/pcre/pcre2_jit_compile.o build/src/pcre/pcre2_maketables.o build/src/pcre/pcre2_match.o build/src/pcre/pcre2_match_data.o build/src/pcre/pcre2_newline.o build/src/pcre/pcre2_ord2utf.o build/src/pcre/pcre2_pattern_info.o build/src/pcre/pcre2_script_run.o build/src/pcre/pcre2_serialize.o build/src/pcre/pcre2_string_utils.o build/src/pcre/pcre2_study.o build/src/pcre/pcre2_substitute.o build/src/pcre/pcre2_substring.o build/src/pcre/pcre2_tables.o build/src/pcre/pcre2_ucd.o build/src/pcre/pcre2_valid_utf.o build/src/pcre/pcre2_xclass.o build/src/compat/win32/close.o build/src/compat/win32/dirpath.o build/src/compat/win32/dup.o build/src/compat/win32/fchdir.o build/src/compat/win32/fcntl.o build/src/compat/win32/lstat.o build/src/compat/win32/mmap.o build/src/compat/win32/open.o build/src/compat/win32/printf.o build/src/compat/win32/readlinkat.o build/src/compat/win32/symlink.o build/src/compat/win32/tmpfile.o build/tup-dllinject.dll build/src/lua/liblua.a" )