summaryrefslogtreecommitdiff
path: root/storage/innobase/mach/makefilewin
diff options
context:
space:
mode:
Diffstat (limited to 'storage/innobase/mach/makefilewin')
-rw-r--r--storage/innobase/mach/makefilewin9
1 files changed, 9 insertions, 0 deletions
diff --git a/storage/innobase/mach/makefilewin b/storage/innobase/mach/makefilewin
new file mode 100644
index 00000000000..5306b0fe14c
--- /dev/null
+++ b/storage/innobase/mach/makefilewin
@@ -0,0 +1,9 @@
+include ..\include\makefile.i
+
+mach.lib: mach0data.obj
+ lib -out:..\libs\mach.lib mach0data.obj
+
+mach0data.obj: mach0data.c
+ $(CCOM) $(CFLN) -c mach0data.c
+
+