mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
12 lines
222 B
Text
12 lines
222 B
Text
include ..\include\makefile.i
|
|
|
|
rem.lib: rem0rec.obj rem0cmp.obj
|
|
lib -out:..\libs\rem.lib rem0rec.obj rem0cmp.obj
|
|
|
|
rem0rec.obj: rem0rec.c
|
|
$(CCOM) $(CFL) -c rem0rec.c
|
|
|
|
rem0cmp.obj: rem0cmp.c
|
|
$(CCOM) $(CFL) -c rem0cmp.c
|
|
|
|
|