summaryrefslogtreecommitdiff
path: root/innobase/read/makefilewin
blob: 39593993a67e210953f8d4adb750f3102d8dde34 (plain)
1
2
3
4
5
6
7
include ..\include\makefile.i

read.lib: read0read.obj
	lib -out:..\libs\read.lib read0read.obj

read0read.obj: read0read.c
	$(CCOM) $(CFL) -c read0read.c