[gobject-introspection] win32/Makefile.msvc-intrspection: Fix paths
- From: Chun-wei Fan <fanchunwei src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gobject-introspection] win32/Makefile.msvc-intrspection: Fix paths
- Date: Fri, 17 Feb 2017 10:21:02 +0000 (UTC)
commit 8ab398d23a1606bc4ab5a0888fc2e5190bfa641d
Author: Chun-wei Fan <fanchunwei src gnome org>
Date: Fri Feb 17 18:19:38 2017 +0800
win32/Makefile.msvc-intrspection: Fix paths
This module is not used in G-I itself, but is copied and used in other
modules, so make sure paths in here are up-to-date after the project moved
to win32/ from build/win32
win32/Makefile.msvc-introspection | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/win32/Makefile.msvc-introspection b/win32/Makefile.msvc-introspection
index 0af2d4f..1a244e0 100644
--- a/win32/Makefile.msvc-introspection
+++ b/win32/Makefile.msvc-introspection
@@ -18,7 +18,7 @@
# is required unless --headers-only is specified in
# YourLib_1_0_gir__MSVC_SCANNERFLAGS)
#
-# include <this Makefile.msvc-introspection
+# include <this Makefile.msvc-introspection>
# MSVC_INTROSPECT_GIRS = YourLib-1.0.gir
# YourLib_1_0_gir_NAMESPACE = YourLib # This is optional
# YourLib_1_0_gir_VERSION = 1.0 # This is optional
@@ -86,7 +86,7 @@ $(top_builddir)/win32/$(_gir_name)_list:
for F in $(_gir_files_msvc); do \
case $$$$F in \
*.c|*.cpp|*.cc|*.cxx|*.h|*.hpp|*.hh|*.hxx) \
- echo '..\..'$(_gir_source_subdir_msvc)$$$$F >>$(top_builddir)/win32/$(_gir_name)_list
\
+ echo '..'$(_gir_source_subdir_msvc)$$$$F >>$(top_builddir)/win32/$(_gir_name)_list \
;; \
esac; \
done
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]