summaryrefslogtreecommitdiff
path: root/innobase/ha/makefilewin
blob: c7cd130ceea82a30c8fe7f4a1ad8b3bb91b425af (plain)
1
2
3
4
5
6
7
8
9
10
include ..\include\makefile.i

ha.lib: ha0ha.obj hash0hash.obj
	lib -out:..\libs\ha.lib ha0ha.obj hash0hash.obj

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

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