mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 05:52:27 +01:00
12 lines
222 B
Text
12 lines
222 B
Text
include ..\include\makefile.i
|
|
|
|
com.lib: com0com.obj com0shm.obj
|
|
lib -out:..\libs\com.lib com0com.obj com0shm.obj
|
|
|
|
com0com.obj: com0com.c
|
|
$(CCOM) $(CFL) -c com0com.c
|
|
|
|
com0shm.obj: com0shm.c
|
|
$(CCOM) $(CFL) -c com0shm.c
|
|
|
|
|