mirror of
https://github.com/MariaDB/server.git
synced 2025-01-23 15:24:16 +01:00
13 lines
222 B
Text
13 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
|
||
|
|
||
|
|