mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
9 lines
158 B
Text
9 lines
158 B
Text
include ..\include\makefile.i
|
|
|
|
mach.lib: mach0data.obj
|
|
lib -out:..\libs\mach.lib mach0data.obj
|
|
|
|
mach0data.obj: mach0data.c
|
|
$(CCOM) $(CFLN) -c mach0data.c
|
|
|
|
|