mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
10 lines
158 B
Plaintext
10 lines
158 B
Plaintext
include ..\include\makefile.i
|
|
|
|
mach.lib: mach0data.obj
|
|
lib -out:..\libs\mach.lib mach0data.obj
|
|
|
|
mach0data.obj: mach0data.c
|
|
$(CCOM) $(CFLN) -c mach0data.c
|
|
|
|
|