diff options
Diffstat (limited to 'storage/innobase/ha/makefilewin')
-rw-r--r-- | storage/innobase/ha/makefilewin | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/storage/innobase/ha/makefilewin b/storage/innobase/ha/makefilewin new file mode 100644 index 00000000000..c7cd130ceea --- /dev/null +++ b/storage/innobase/ha/makefilewin @@ -0,0 +1,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 |