Skip to content

Commit ac6c618

Browse files
fanc999-1kjellahl
authored andcommitted
builds: Rename MSVC_Net2013 as MSVC_NMake
This is to prepare for the transition for the Visual Studio build files to NMake Makefiles.
1 parent a5607f8 commit ac6c618

File tree

69 files changed

+6
-6
lines changed

Some content is hidden

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

69 files changed

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

38-
dist_noinst_DATA = $(addprefix MSVC_Net2013/,$(msvc_net2013_data))
38+
dist_noinst_DATA = $(addprefix MSVC_NMake/,$(msvc_net2013_data))
3939

40-
DISTCLEANFILES = MSVC_Net2013/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

configure.ac

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,9 +91,9 @@ AC_CONFIG_FILES([Makefile
9191
tests/Makefile
9292
docs/Makefile
9393
docs/reference/Doxyfile
94-
MSVC_Net2013/sigc.rc])
94+
MSVC_NMake/sigc.rc])
9595

9696
# Copy the generated configuration headers into the MSVC project directories.
97-
AC_CONFIG_COMMANDS([MSVC_Net2013/sigc++config.h],
98-
[cp -f sigc++config.h MSVC_Net2013/sigc++config.h])
97+
AC_CONFIG_COMMANDS([MSVC_NMake/sigc++config.h],
98+
[cp -f sigc++config.h MSVC_NMake/sigc++config.h])
9999
AC_OUTPUT

0 commit comments

Comments
 (0)