From 3479a3c1886f4128e7832383ac3cc91c01771d9f Mon Sep 17 00:00:00 2001 From: Rob Norris Date: Mon, 4 Feb 2013 20:47:55 +0000 Subject: [PATCH] Include Windows scripts in the source distribution. --- win32/.gitignore | 1 + win32/Makefile.am | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 win32/.gitignore diff --git a/win32/.gitignore b/win32/.gitignore new file mode 100644 index 00000000..06cf6539 --- /dev/null +++ b/win32/.gitignore @@ -0,0 +1 @@ +cache diff --git a/win32/Makefile.am b/win32/Makefile.am index 0afcfbe4..f5d9aabb 100644 --- a/win32/Makefile.am +++ b/win32/Makefile.am @@ -1,5 +1,8 @@ EXTRA_DIST = \ + prepare.bat \ + configure_and_make.bat \ + make.bat \ installer.bat \ README.txt -- 2.39.5