summaryrefslogtreecommitdiff
path: root/innobase/cry/makefilewin
diff options
context:
space:
mode:
Diffstat (limited to 'innobase/cry/makefilewin')
-rw-r--r--innobase/cry/makefilewin12
1 files changed, 12 insertions, 0 deletions
diff --git a/innobase/cry/makefilewin b/innobase/cry/makefilewin
new file mode 100644
index 00000000000..9e791b8d073
--- /dev/null
+++ b/innobase/cry/makefilewin
@@ -0,0 +1,12 @@
+include ..\include\makefile.i
+
+doall: cr.exe dcr.exe wro.exe
+
+cr.exe: cry0cry.c
+ $(CCOM) $(CFLW) -o cr.exe -I.. cry0cry.c ..\ut.lib ..\os.lib
+
+dcr.exe: cry0dcr.c
+ $(CCOM) $(CFLW) -o dcr.exe -I.. cry0dcr.c ..\ut.lib ..\os.lib
+
+wro.exe: cry0wro.c
+ $(CCOM) $(CFLW) -o wro.exe -I.. cry0wro.c ..\ut.lib ..\os.lib