Am 15.02.2016 um 22:06 schrieb Georg Baum:
Peter Kümmel wrote:

commit 6de524e6cf2d13636b04b9bb850d0a8b1eaa398b
Author: Peter Kümmel <kuem...@lyx.org>
Date:   Sat Feb 13 18:34:08 2016 +0100

     Add missing boost files to source package

     and remove Visual Studio files, we build with CMake on Windows.

diff --git a/3rdparty/boost/Makefile.am b/3rdparty/boost/Makefile.am
index cfac86b..fcb9ff7 100644
--- a/3rdparty/boost/Makefile.am
+++ b/3rdparty/boost/Makefile.am
@@ -4,13 +4,14 @@ noinst_LIBRARIES = liblyxboost.a

  EXTRA_DIST = boost \
  CMakeLists.txt \
+       LICENSE_1_0.txt \
  libs/CMakeLists.txt \
  libs/regex/CMakeLists.txt \
-       libs/regex/regex.vcproj \
  libs/regex/src/CMakeLists.txt \
  libs/signals/CMakeLists.txt \
-       libs/signals/signals.vcproj \
-       libs/signals/src/CMakeLists.txt
+       libs/signals/src/CMakeLists.txt \
+

boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp
\
+

boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp

These two additions are not needed, right? At least the files appear in the
tar also before this changes.

Yes, only the .txt files are needed.


What about the unused files libs/regex/regex.vcproj,
libs/signals/signals.vcproj, libs/regex/src/icu.cpp,
libs/regex/src/usinstances.cpp and libs/regex/src/wc_regex_traits.cpp? I'd
like to remove them from git.


I'm sure only about .vcproj.


Georg




Reply via email to