Skip to content

Commit 6c4bf6d

Browse files
fanc999-1kjellahl
authored andcommitted
build: Rename MSVC_Net2017 to MSVC_NMake
This is to prepare the transition from Visual Studio project files to NMake Makefiles. This is done in order to simplify maintainance of the Visual Studio build files.
1 parent 5ddad76 commit 6c4bf6d

File tree

68 files changed

+7
-7
lines changed

Some content is hidden

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

68 files changed

+7
-7
lines changed
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.
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_Net2017/filelist.am
36+
include $(srcdir)/MSVC_NMake/filelist.am
3737

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

40-
DISTCLEANFILES = MSVC_Net2017/sigc++config.h
40+
DISTCLEANFILES = MSVC_NMake/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
@@ -47,7 +47,7 @@ Overview of the distribution:
4747

4848
tests/ programs testing and verifying proper behaviour
4949

50-
MSVC_Net2017/ project files for building the library with MSVC++ 2017
50+
MSVC_NMake/ project files for building the library with MSVC++ 2017
5151

5252

5353
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/docs/Makefile
8484
docs/docs/reference/Doxyfile
85-
MSVC_Net2017/sigc.rc])
85+
MSVC_NMake/sigc.rc])
8686

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

0 commit comments

Comments
 (0)