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