summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChun-wei Fan <fanchunwei@src.gnome.org>2015-07-27 15:16:50 +0800
committerChun-wei Fan <fanchunwei@src.gnome.org>2015-07-27 15:51:17 +0800
commit7f2c2e2cf2f8b56f192a0bdff6f10f32ea5389e7 (patch)
treeb283985d8d8fcd90b025b08fc65ae210977ee610
parent2cafcab95668fc64b3d8eeedf32b4bbc0ced9522 (diff)
downloadlibcroco-7f2c2e2cf2f8b56f192a0bdff6f10f32ea5389e7.tar.gz
Fix MSVC 2012/2013 Project File Generation
The paths for the project files were incorrectly set from the MSVC 2008 projects, which is obviously not right. Fix that. Oops.
-rw-r--r--build/win32/vs11/Makefile.am18
-rw-r--r--build/win32/vs12/Makefile.am18
2 files changed, 20 insertions, 16 deletions
diff --git a/build/win32/vs11/Makefile.am b/build/win32/vs11/Makefile.am
index faa25c7..a2865a3 100644
--- a/build/win32/vs11/Makefile.am
+++ b/build/win32/vs11/Makefile.am
@@ -17,14 +17,16 @@
# See COPYRIGHTS file for copyright information.
EXTRA_DIST = \
- libcroco.sln \
- croco.vcproj \
- csslint.vcproj \
- install.vcproj \
- croco-build-defines.vsprops \
- croco-gen-srcs.vsprops \
- croco-install.vsprops \
- croco-version-paths.vsprops
+ libcroco.sln \
+ croco.vcxproj \
+ croco.vcxproj.filters \
+ csslint.vcxproj \
+ csslint.vcxproj.filters \
+ install.vcxproj \
+ croco-build-defines.props \
+ croco-gen-srcs.props \
+ croco-install.props \
+ croco-version-paths.props
DISTCLEANFILES = $(EXTRA_DIST)
diff --git a/build/win32/vs12/Makefile.am b/build/win32/vs12/Makefile.am
index 30072e9..9e99cfd 100644
--- a/build/win32/vs12/Makefile.am
+++ b/build/win32/vs12/Makefile.am
@@ -17,14 +17,16 @@
# See COPYRIGHTS file for copyright information.
EXTRA_DIST = \
- libcroco.sln \
- croco.vcproj \
- csslint.vcproj \
- install.vcproj \
- croco-build-defines.vsprops \
- croco-gen-srcs.vsprops \
- croco-install.vsprops \
- croco-version-paths.vsprops
+ libcroco.sln \
+ croco.vcxproj \
+ croco.vcxproj.filters \
+ csslint.vcxproj \
+ csslint.vcxproj.filters \
+ install.vcxproj \
+ croco-build-defines.props \
+ croco-gen-srcs.props \
+ croco-install.props \
+ croco-version-paths.props
DISTCLEANFILES = $(EXTRA_DIST)