From 2fc527d65acb2cc27c5522e70290c6648ff13cae Mon Sep 17 00:00:00 2001 From: Chun-wei Fan Date: Thu, 23 Feb 2017 10:57:29 +0800 Subject: Visual Studio builds: Move projects to win32/ This enables us to go one less layer down the tree to reach the projects and allows the autotools modules Makefile-newvs.am and Makefile.msvcproj be in sync with the latest ones in GLib master. --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 0eaaa14..6e1f332 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -126,8 +126,8 @@ croco_HEADERS_DIR = $(crocoincdir) croco_HEADERS_INST = $(crocoinc_HEADERS) croco_HEADERS_EXCLUDES = dummy -include $(top_srcdir)/build/Makefile.msvcproj +include $(top_srcdir)/win32/Makefile.msvcproj dist-hook: \ - $(top_builddir)/build/win32/vs9/croco.vcproj \ - $(top_builddir)/build/win32/vs9/croco.headers + $(top_builddir)/win32/vs9/croco.vcproj \ + $(top_builddir)/win32/vs9/croco.headers -- cgit v1.2.1