mirror of
https://github.com/MariaDB/server.git
synced 2025-02-01 03:21:53 +01:00
13 lines
222 B
Text
13 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
|
||
|
|
||
|
|