[glib] Makefile.msvcproj: Document further



commit b14b09c8bcd1f9ead8c540024634b58320b9da76
Author: Chun-wei Fan <fanchunwei src gnome org>
Date:   Mon Jan 9 12:07:42 2017 +0800

    Makefile.msvcproj: Document further
    
    Mention that the *.headers are needed only if headers need to be installed
    with the project/module after the build.  Also, use a generic "YourProject"
    rather than the "gdk-4" project file name--I missed changing the name in the
    process.

 build/Makefile.msvcproj |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/build/Makefile.msvcproj b/build/Makefile.msvcproj
index 80b818b..a4e93a5 100644
--- a/build/Makefile.msvcproj
+++ b/build/Makefile.msvcproj
@@ -17,18 +17,19 @@
 #   MSVCPROJS = YourProject (can be multiple projects in a single srcdir)
 #   YourProject_FILES = $(libyourlib_1_0_SOURCES)
 #   YourProject_EXCLUDES = ... # list of sources to exclude, separated by '|', wildcards allowed; use random 
unsed value if none
+#   (the following 3 lines if headers need to be installed)
 #   YourProject_HEADERS_DIR = $(libyourlibincludedir)
 #   YourProject_HEADERS_INST = $(libyourlib_1_0_HEADERS)
 #   YourProject_HEADERS_EXCLUDES = ... # <list of headers to exclude from installation, separated by '|', 
wildcards allowed; use random unsed value if none>
 #
 #   dist-hook: \ # (or add to it if it is already there, note the vs9 items will also call the vs10 items in 
the process)
 #      $(top_builddir)/build/win32/vs9/YourProject.vcproj      \
-#      $(top_builddir)/build/win32/vs9/YourProject.headers
+#      $(top_builddir)/build/win32/vs9/YourProject.headers     # if headers need to be installed
 #
 #   --or, if Visual Studio 2013 or later is required--
 #   dist-hook: \ # (or add to it if it is already there, this does -not- call other vs items in the process)
-#      $(top_builddir)/build/win32/vs12/gdk-4.vcxproj  \
-#      $(top_builddir)/build/win32/vs12/gdk-4.vs12.headers     \
+#      $(top_builddir)/build/win32/vs12/YourProject.vcxproj    \
+#      $(top_builddir)/build/win32/vs12/YourProject.vs12.headers       # if headers need to be installed
 
 # Private functions
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]