mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
7 lines
155 B
Text
7 lines
155 B
Text
include ..\include\makefile.i
|
|
|
|
ibuf.lib: ibuf0ibuf.obj
|
|
lib -out:..\libs\ibuf.lib ibuf0ibuf.obj
|
|
|
|
ibuf0ibuf.obj: ibuf0ibuf.c
|
|
$(CCOM) $(CFL) -c ibuf0ibuf.c
|