r15910 - gnucash/trunk - Add packaging/win32 to tarball.

Andreas Köhler andi5 at cvs.gnucash.org
Mon Apr 16 14:11:11 EDT 2007


Author: andi5
Date: 2007-04-16 14:11:07 -0400 (Mon, 16 Apr 2007)
New Revision: 15910
Trac: http://svn.gnucash.org/trac/changeset/15910

Added:
   gnucash/trunk/packaging/win32/Makefile.am
Modified:
   gnucash/trunk/configure.in
   gnucash/trunk/packaging/Makefile.am
Log:
Add packaging/win32 to tarball.

In the long run it should be possible to build GnuCash on Windows from
the tarball within MSYS/MinGW.


Modified: gnucash/trunk/configure.in
===================================================================
--- gnucash/trunk/configure.in	2007-04-16 08:26:18 UTC (rev 15909)
+++ gnucash/trunk/configure.in	2007-04-16 18:11:07 UTC (rev 15910)
@@ -1422,7 +1422,8 @@
           lib/libqof/backend/Makefile
           lib/libqof/backend/file/Makefile
           packaging/Makefile
-	  packaging/win32/gnucash.iss
+          packaging/win32/Makefile
+          packaging/win32/gnucash.iss
           src/Makefile
           src/app-utils/Makefile
           src/app-utils/test/Makefile

Modified: gnucash/trunk/packaging/Makefile.am
===================================================================
--- gnucash/trunk/packaging/Makefile.am	2007-04-16 08:26:18 UTC (rev 15909)
+++ gnucash/trunk/packaging/Makefile.am	2007-04-16 18:11:07 UTC (rev 15910)
@@ -1,3 +1,4 @@
+SUBDIRS = win32
 
 EXTRA_DIST = \
   gnucash-1.9.x.ebuild \

Added: gnucash/trunk/packaging/win32/Makefile.am
===================================================================
--- gnucash/trunk/packaging/win32/Makefile.am	2007-04-16 08:26:18 UTC (rev 15909)
+++ gnucash/trunk/packaging/win32/Makefile.am	2007-04-16 18:11:07 UTC (rev 15910)
@@ -0,0 +1,12 @@
+EXTRA_DIST = \
+  README \
+  custom.sh \
+  dist.sh \
+  exetype.pl \
+  functions \
+  goffice-0.3.7-patch.diff \
+  install.sh \
+  libofx-0.8.3-patch.diff \
+  opensp-1.5.2-patch.diff \
+  pi.sh \
+  reset.sh



More information about the gnucash-changes mailing list