summaryrefslogtreecommitdiff
path: root/innobase/log/makefilewin
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/log/makefilewin')
-rw-r--r--innobase/log/makefilewin10
1 files changed, 10 insertions, 0 deletions
diff --git a/innobase/log/makefilewin b/innobase/log/makefilewin
new file mode 100644
index 00000000000..a690af3bb35
--- /dev/null
+++ b/innobase/log/makefilewin
@@ -0,0 +1,10 @@
+include ..\include\makefile.i
+
+log.lib: log0log.obj log0recv.obj
+ lib -out:..\libs\log.lib log0log.obj log0recv.obj
+
+log0log.obj: log0log.c
+ $(CCOM) $(CFL) -c log0log.c
+
+log0recv.obj: log0recv.c
+ $(CCOM) $(CFL) -c log0recv.c