[pangomm/master.nmake: 3/6] build: Rename MSVC_Net2017 to MSVC_NMake



commit a7ddaa4f2c03e9a6c6c3430af9eab3b4678bd6e9
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Wed Aug 22 17:35:06 2018 +0800

    build: Rename MSVC_Net2017 to MSVC_NMake
    
    This prepares for the transition of the Visual Studio build files from
    the Visual Studio projects to NMake Makefiles, to ease future
    maintenance.

 {MSVC_Net2017 => MSVC_NMake}/filelist.am                 | 0
 {MSVC_Net2017 => MSVC_NMake}/gendef.vcxproj              | 0
 {MSVC_Net2017 => MSVC_NMake}/gendef.vcxproj.filters      | 0
 {MSVC_Net2017 => MSVC_NMake}/gendef/gendef.cc            | 0
 {MSVC_Net2017 => MSVC_NMake}/install.vcxproj             | 0
 {MSVC_Net2017 => MSVC_NMake}/pangomm-build-defines.props | 0
 {MSVC_Net2017 => MSVC_NMake}/pangomm-install.props       | 0
 {MSVC_Net2017 => MSVC_NMake}/pangomm-version-paths.props | 0
 {MSVC_Net2017 => MSVC_NMake}/pangomm.sln                 | 0
 {MSVC_Net2017 => MSVC_NMake}/pangomm.vcxproj             | 0
 {MSVC_Net2017 => MSVC_NMake}/pangomm.vcxproj.filters     | 0
 {MSVC_Net2017 => MSVC_NMake}/pangomm/pangomm.rc.in       | 0
 Makefile.am                                              | 6 +++---
 README.win32                                             | 2 +-
 configure.ac                                             | 6 +++---
 15 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/MSVC_Net2017/filelist.am b/MSVC_NMake/filelist.am
similarity index 100%
rename from MSVC_Net2017/filelist.am
rename to MSVC_NMake/filelist.am
diff --git a/MSVC_Net2017/gendef.vcxproj b/MSVC_NMake/gendef.vcxproj
similarity index 100%
rename from MSVC_Net2017/gendef.vcxproj
rename to MSVC_NMake/gendef.vcxproj
diff --git a/MSVC_Net2017/gendef.vcxproj.filters b/MSVC_NMake/gendef.vcxproj.filters
similarity index 100%
rename from MSVC_Net2017/gendef.vcxproj.filters
rename to MSVC_NMake/gendef.vcxproj.filters
diff --git a/MSVC_Net2017/gendef/gendef.cc b/MSVC_NMake/gendef/gendef.cc
similarity index 100%
rename from MSVC_Net2017/gendef/gendef.cc
rename to MSVC_NMake/gendef/gendef.cc
diff --git a/MSVC_Net2017/install.vcxproj b/MSVC_NMake/install.vcxproj
similarity index 100%
rename from MSVC_Net2017/install.vcxproj
rename to MSVC_NMake/install.vcxproj
diff --git a/MSVC_Net2017/pangomm-build-defines.props b/MSVC_NMake/pangomm-build-defines.props
similarity index 100%
rename from MSVC_Net2017/pangomm-build-defines.props
rename to MSVC_NMake/pangomm-build-defines.props
diff --git a/MSVC_Net2017/pangomm-install.props b/MSVC_NMake/pangomm-install.props
similarity index 100%
rename from MSVC_Net2017/pangomm-install.props
rename to MSVC_NMake/pangomm-install.props
diff --git a/MSVC_Net2017/pangomm-version-paths.props b/MSVC_NMake/pangomm-version-paths.props
similarity index 100%
rename from MSVC_Net2017/pangomm-version-paths.props
rename to MSVC_NMake/pangomm-version-paths.props
diff --git a/MSVC_Net2017/pangomm.sln b/MSVC_NMake/pangomm.sln
similarity index 100%
rename from MSVC_Net2017/pangomm.sln
rename to MSVC_NMake/pangomm.sln
diff --git a/MSVC_Net2017/pangomm.vcxproj b/MSVC_NMake/pangomm.vcxproj
similarity index 100%
rename from MSVC_Net2017/pangomm.vcxproj
rename to MSVC_NMake/pangomm.vcxproj
diff --git a/MSVC_Net2017/pangomm.vcxproj.filters b/MSVC_NMake/pangomm.vcxproj.filters
similarity index 100%
rename from MSVC_Net2017/pangomm.vcxproj.filters
rename to MSVC_NMake/pangomm.vcxproj.filters
diff --git a/MSVC_Net2017/pangomm/pangomm.rc.in b/MSVC_NMake/pangomm/pangomm.rc.in
similarity index 100%
rename from MSVC_Net2017/pangomm/pangomm.rc.in
rename to MSVC_NMake/pangomm/pangomm.rc.in
diff --git a/Makefile.am b/Makefile.am
index 44c8853..771e6b3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,15 +38,15 @@ nodist_pangomm_libinclude_HEADERS = pango/pangommconfig.h
 pkgconfigdir = $(libdir)/pkgconfig
 nodist_pkgconfig_DATA = pango/$(PANGOMM_MODULE_NAME).pc
 
-include $(srcdir)/MSVC_Net2017/filelist.am
+include $(srcdir)/MSVC_NMake/filelist.am
 
 text_files = COPYING.tools README.SUN README.win32
-msvc_files = $(addprefix MSVC_Net2017/,$(msvc_net2017_data))
+msvc_files = $(addprefix MSVC_NMake/,$(msvc_net2017_data))
 
 dist_noinst_DATA = $(text_files) $(msvc_files)
 dist_noinst_SCRIPTS = autogen.sh
 
-DISTCLEANFILES = MSVC_Net2017/pangomm/pangommconfig.h
+DISTCLEANFILES = MSVC_NMake/pangomm/pangommconfig.h
 
 # Optional: auto-generate the ChangeLog file from the git log on make dist
 include $(top_srcdir)/build/dist-changelog.am
diff --git a/README.win32 b/README.win32
index 3fe1c79..467679a 100644
--- a/README.win32
+++ b/README.win32
@@ -46,7 +46,7 @@ make install
 
 2. MS Visual Studio 2017
 
-Open the pangomm.sln solution file in the MSVC_Net2017 directory. In
+Open the pangomm.sln solution file in the MSVC_NMake directory. In
 the Tools/Options panel, add the appropriate GTK+ and glibmm include
 and lib directories to the Projects and Solutions/VC++ directories,
 if they are not in the locations specified by the property sheets,
diff --git a/configure.ac b/configure.ac
index 795f64b..582a42c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,9 +76,9 @@ AC_CONFIG_FILES([Makefile
                  pango/pangomm/Makefile
                  docs/Makefile
                  docs/reference/Doxyfile
-                 MSVC_Net2017/pangomm/pangomm.rc])
+                 MSVC_NMake/pangomm/pangomm.rc])
 
 # Copy the generated configuration headers into the MSVC project directories.
-AC_CONFIG_COMMANDS([MSVC_Net2017/pangomm/pangommconfig.h],
-                   [cp -f pango/pangommconfig.h MSVC_Net2017/pangomm/pangommconfig.h])
+AC_CONFIG_COMMANDS([MSVC_NMake/pangomm/pangommconfig.h],
+                   [cp -f pango/pangommconfig.h MSVC_NMake/pangomm/pangommconfig.h])
 AC_OUTPUT


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]