mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
c004463171
BitKeeper/deleted/.del-os0shm.h~72e5e03d7b74061f: Delete: innobase/include/os0shm.h BitKeeper/deleted/.del-os0shm.c~489ce7f33d07ffa: Delete: innobase/os/os0shm.c BitKeeper/deleted/.del-os0shm.ic~1cac6731d2a64d53: Delete: innobase/include/os0shm.ic innobase/include/Makefile.am: Remove unused files os0shm.h and os0shm.ic innobase/os/Makefile.am: Remove unused file os0shm.c innobase/os/makefilewin: Remove unused file os0shm.c
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
|
|
|