summaryrefslogtreecommitdiff
path: root/storage/innobase/trx/makefilewin
blob: 35588779d66f7bbc85ac12bc0fafe516e63112e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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