summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2014-08-08 15:43:56 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2014-08-08 15:43:56 +0800
commitcb764721168bc9ba86b64447108eb384c7747c0d (patch)
tree08da5e137300a9475b497ef08ea930451532c203 /configure.ac
parent5fb3db99bd3a5a1ff2ddb6959aa556bdab567bcd (diff)
downloadlibcroco-cb764721168bc9ba86b64447108eb384c7747c0d.tar.gz
MSVC Builds: Split up the Property Sheets
Update the Visual Studio Projects so that the property sheets are split by the functions required, so to simplify their maintenance. The projects can then import the property sheets that suit their needs. This is done like the rest of the GTK+ stack, so it also makes it easier to support newer versions of Visual Studio. As the original main property sheet is generated during configure time (and disted), update configure.ac as well, as the name of the template file changed in the process.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 136e76d..871646e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -147,9 +147,9 @@ config.h.win32
build/Makefile
build/win32/Makefile
build/win32/vs9/Makefile
-build/win32/vs9/libcroco.vsprops
+build/win32/vs9/croco-version-paths.vsprops
build/win32/vs10/Makefile
-build/win32/vs10/libcroco.props
+build/win32/vs10/croco-version-paths.props
docs/Makefile
docs/examples/Makefile
docs/reference/Makefile