mirror of
https://github.com/MariaDB/server.git
synced 2025-08-29 00:08:14 +03:00
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
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
|
|
|
|
|