mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 21:12:26 +01:00
17 lines
387 B
Text
17 lines
387 B
Text
include ..\include\makefile.i
|
|
|
|
os.lib: os0sync.obj os0thread.obj os0proc.obj os0file.obj
|
|
lib -out:..\libs\os.lib os0sync.obj os0thread.obj os0proc.obj os0file.obj
|
|
|
|
os0sync.obj: os0sync.c
|
|
$(CCOM) $(CFLW) -c os0sync.c
|
|
|
|
os0thread.obj: os0thread.c
|
|
$(CCOM) $(CFLW) -c os0thread.c
|
|
|
|
os0proc.obj: os0proc.c
|
|
$(CCOM) $(CFLW) -c os0proc.c
|
|
|
|
os0file.obj: os0file.c
|
|
$(CCOM) $(CFLW) -c os0file.c
|
|
|