Makefile.am                     |    1 +
 src/DllPlugInTester/Makefile.am |    5 ++++-
 src/cppunit/Makefile.am         |    9 ++++++++-
 3 files changed, 13 insertions(+), 2 deletions(-)

New commits:
commit 8133cf2b977f013216f0a41b6fcb740410d83926
Author: Markus Mohrhard <markus.mohrh...@googlemail.com>
Date:   Mon Nov 11 06:29:39 2013 +0100

    package windows project files

diff --git a/Makefile.am b/Makefile.am
index 9064217..dc612cb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -22,6 +22,7 @@ EXTRA_DIST = BUGS INSTALL-unix INSTALL-WIN32.txt 
CodingGuideLines.txt \
        contrib/xml-xsl/tests.xml \
        contrib/xml-xsl/report.xsl \
        src/CppUnitLibraries.dsw \
+       src/CppUnitLibraries2010.sln \
        lib/.keepme
 
 m4sources = \
diff --git a/src/DllPlugInTester/Makefile.am b/src/DllPlugInTester/Makefile.am
index 0f7c438..2be2e22 100644
--- a/src/DllPlugInTester/Makefile.am
+++ b/src/DllPlugInTester/Makefile.am
@@ -1,4 +1,7 @@
-EXTRA_DIST = DllPlugInTester.dsp DllPlugInTesterTest.dsp
+EXTRA_DIST = DllPlugInTester.dsp \
+            DllPlugInTesterTest.dsp \
+            DllPlugInTester.vcproj \
+            DllPlugInTester.vcxproj
 
 INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
 
diff --git a/src/cppunit/Makefile.am b/src/cppunit/Makefile.am
index 15cc24d..7b155bb 100644
--- a/src/cppunit/Makefile.am
+++ b/src/cppunit/Makefile.am
@@ -2,7 +2,14 @@
 # $Id: Makefile.am,v 1.44 2005-06-14 21:28:46 blep Exp $
 #
 
-EXTRA_DIST = cppunit.dsp cppunit_dll.dsp DllMain.cpp
+EXTRA_DIST = cppunit.dsp \
+            cppunit_dll.dsp \
+            DllMain.cpp \
+            cppunit.vcproj \
+            cppunit.vcxproj \
+            cppunit_dll.vcproj \
+            cppunit_dll.vcxproj
+
 INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/include
 
 lib_LTLIBRARIES = libcppunit.la
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to