Skip to content

Commit 714caf1

Browse files
committed
Visual Studio builds: Rename MSVC_Net2013 to MSVC_Net2017
Since libsigc++-3.0 will require Visual Studio 2017 to build, we ought to rename MSVC_Net2013 to MSVC_Net2017 so that it is clear to people, and let them know that it is the case in README.
1 parent 9c9a73f commit 714caf1

File tree

70 files changed

+8
-8
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+8
-8
lines changed

MSVC_Net2013/filelist.am renamed to MSVC_Net2017/filelist.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## This file is part of libsigc++.
22

3-
msvc_net2013_data = \
3+
msvc_net2017_data = \
44
libsigc++2.sln \
55
libsigc++2.vcxproj \
66
libsigc++2.vcxproj.filters \
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

Makefile.am

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ noinst_DATA = $(SIGCXX_MODULE_NAME)-uninstalled.pc
3333

3434
dist_noinst_SCRIPTS = autogen.sh
3535

36-
include $(srcdir)/MSVC_Net2013/filelist.am
36+
include $(srcdir)/MSVC_Net2017/filelist.am
3737

38-
dist_noinst_DATA = $(addprefix MSVC_Net2013/,$(msvc_net2013_data)) CMakeLists.txt sigc++config.h.cmake cmake_uninstall.cmake.in
38+
dist_noinst_DATA = $(addprefix MSVC_Net2017/,$(msvc_net2017_data)) CMakeLists.txt sigc++config.h.cmake cmake_uninstall.cmake.in
3939

40-
DISTCLEANFILES = MSVC_Net2013/sigc++config.h
40+
DISTCLEANFILES = MSVC_Net2017/sigc++config.h
4141

4242
# Optional: auto-generate the ChangeLog file from the git log on make dist
4343
include $(top_srcdir)/build/dist-changelog.am

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Overview of the distribution:
4646

4747
tests/ programs testing and verifying proper behaviour
4848

49-
MSVC_Net2013/ project files for building the library with MSVC++ 2013
49+
MSVC_Net2017/ project files for building the library with MSVC++ 2017
5050

5151

5252
Compatibility:

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ AC_CONFIG_FILES([Makefile
8282
tests/Makefile
8383
docs/Makefile
8484
docs/reference/Doxyfile
85-
MSVC_Net2013/sigc.rc])
85+
MSVC_Net2017/sigc.rc])
8686

8787
# Copy the generated configuration headers into the MSVC project directories.
88-
AC_CONFIG_COMMANDS([MSVC_Net2013/sigc++config.h],
89-
[cp -f sigc++config.h MSVC_Net2013/sigc++config.h])
88+
AC_CONFIG_COMMANDS([MSVC_Net2017/sigc++config.h],
89+
[cp -f sigc++config.h MSVC_Net2017/sigc++config.h])
9090
AC_OUTPUT

0 commit comments

Comments
 (0)