OSDN Git Service

Modify .gitignore and README.win32.
authorYing-Chun Liu (PaulLiu) <paulliu@debian.org>
Sat, 22 Mar 2014 11:59:11 +0000 (19:59 +0800)
committerYing-Chun Liu (PaulLiu) <paulliu@debian.org>
Sat, 22 Mar 2014 11:59:11 +0000 (19:59 +0800)
.gitignore
README.win32

index 3ad17a2..c912285 100644 (file)
@@ -1,2 +1,19 @@
 autom4te.cache/
 *.o
+*.exe
+*.dll
+Makefile
+Makefile.in
+/aclocal.m4
+/config.*
+/configure
+/m4/
+/INSTALL
+/compile
+/depcomp
+/install-sh
+/missing
+/stamp-h?
+.deps/
+.dirstamp
+*~
index 58803a9..75c6630 100644 (file)
@@ -21,3 +21,11 @@ To make a win32 binary, you'll need to put wavtool-pl.exe libsndfile-1.dll
 together. And be aware that you might also need other dll dependencies
 like libgcc_s_sjlj-1.dll and libwinpthread-1.dll which is on your system.
 You can use wine to verify that.
+
+== Release ==
+
+We use the following command
+
+ * 7z a '-xr!*.git' wavtool-pl-win32-<version>.7z wavtool-pl
+
+to release the executable for wavtool-pl.