summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-11 06:29:39 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2013-11-11 06:29:39 +0100
commit8133cf2b977f013216f0a41b6fcb740410d83926 (patch)
tree012f0c55f041c703b7f5be04616016c89890fc19
parenta91bb3b2b8cc5296a3d3c2f95d44e8d5dfa03224 (diff)
downloadcppunit-8133cf2b977f013216f0a41b6fcb740410d83926.tar.gz
package windows project filescppunit-1.13.2
-rw-r--r--Makefile.am1
-rw-r--r--src/DllPlugInTester/Makefile.am5
-rw-r--r--src/cppunit/Makefile.am9
3 files changed, 13 insertions, 2 deletions
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