mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 23:04:20 +01:00
10 lines
145 B
Text
10 lines
145 B
Text
|
include ..\include\makefile.i
|
||
|
|
||
|
thr.lib: thr0loc.obj
|
||
|
lib -out:..\libs\thr.lib thr0loc.obj
|
||
|
|
||
|
thr0loc.obj: thr0loc.c
|
||
|
$(CCOM) $(CFL) -c thr0loc.c
|
||
|
|
||
|
|