summaryrefslogtreecommitdiff
path: root/build/win32/vs9/Makefile.am
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-02-04 13:04:39 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-02-04 13:06:16 +0800
commit2820c342f6fbe4dcac88b836404d748f27157e90 (patch)
treefce81fd168cdefade437a16cfc929c41e4522e78 /build/win32/vs9/Makefile.am
parent8f3bd8ef0c43ff10cad8f8e219b58b7c5eccf0f4 (diff)
downloadgtk+-2820c342f6fbe4dcac88b836404d748f27157e90.tar.gz
MSVC Builds: Rename "install" Projects
Rename the "install" projects as "gtk-install" as we are planning to have a grand solution file that incorporates all project files of the GTK+ stack with their dependencies, to make it easier for people to build GTK+ from scratch from a stock installation of Visual Studio 2008 and later.
Diffstat (limited to 'build/win32/vs9/Makefile.am')
-rw-r--r--build/win32/vs9/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/win32/vs9/Makefile.am b/build/win32/vs9/Makefile.am
index 3d5f8789cf..a7144024b0 100644
--- a/build/win32/vs9/Makefile.am
+++ b/build/win32/vs9/Makefile.am
@@ -14,7 +14,7 @@ EXTRA_DIST += \
gtk3-demo-application.vcproj \
gtk3-icon-browser.vcproj \
gailutil.vcproj \
- install.vcproj \
+ gtk-install.vcproj \
broadwayd.vcproj \
gdk-broadway.vcproj \
gtk-build-defines.vsprops \