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, 0 insertions, 12 deletions
diff --git a/innobase/com/makefilewin b/innobase/com/makefilewin
deleted file mode 100644
index 0d2d6d45952..00000000000
--- a/innobase/com/makefilewin
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-
-