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