mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
include ..\include\makefile.i
|
|
|
|
fut.lib: fut0lst.obj fut0fut.obj
|
|
lib -out:..\libs\fut.lib fut0lst.obj fut0fut.obj
|
|
|
|
fut0lst.obj: fut0lst.c
|
|
$(CCOM) $(CFL) -c fut0lst.c
|
|
|
|
fut0fut.obj: fut0fut.c
|
|
$(CCOM) $(CFL) -c fut0fut.c
|
|
|
|
|