mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
10 lines
244 B
Text
10 lines
244 B
Text
include ..\include\makefile.i
|
|
|
|
mem.lib: mem0mem.obj mem0pool.obj makefile
|
|
lib -out:..\libs\mem.lib mem0mem.obj mem0pool.obj
|
|
|
|
mem0mem.obj: mem0mem.c mem0dbg.c
|
|
$(CCOM) $(CFL) -c mem0mem.c
|
|
|
|
mem0pool.obj: mem0pool.c
|
|
$(CCOM) $(CFL) -c mem0pool.c
|