mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
26 lines
666 B
Text
26 lines
666 B
Text
include ..\include\makefile.i
|
|
|
|
trx.lib: trx0sys.obj trx0trx.obj trx0rseg.obj trx0undo.obj trx0rec.obj trx0roll.obj trx0purge.obj
|
|
lib -out:..\libs\trx.lib trx0sys.obj trx0trx.obj trx0rseg.obj trx0undo.obj trx0rec.obj trx0roll.obj trx0purge.obj
|
|
|
|
trx0trx.obj: trx0trx.c
|
|
$(CCOM) $(CFL) -c -I.. trx0trx.c
|
|
|
|
trx0sys.obj: trx0sys.c
|
|
$(CCOM) $(CFL) -c -I.. trx0sys.c
|
|
|
|
trx0rseg.obj: trx0rseg.c
|
|
$(CCOM) $(CFL) -c -I.. trx0rseg.c
|
|
|
|
trx0undo.obj: trx0undo.c
|
|
$(CCOM) $(CFL) -c -I.. trx0undo.c
|
|
|
|
trx0rec.obj: trx0rec.c
|
|
$(CCOM) $(CFL) -c -I.. trx0rec.c
|
|
|
|
trx0roll.obj: trx0roll.c
|
|
$(CCOM) $(CFL) -c -I.. trx0roll.c
|
|
|
|
trx0purge.obj: trx0purge.c
|
|
$(CCOM) $(CFL) -c -I.. trx0purge.c
|
|
|