Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1f3e8a04ff8e063fbf443e22d08b8fc398df54f4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1f3e8a04ff8e063fbf443e22d08b8fc398df54f4)
  • Date: Mon, 27 Feb 2017 22:26:43 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

gnome2-libs/glib2/HISTORY | 1
gnome2-libs/glib2/PRE_BUILD | 57
++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 58 insertions(+)

New commits:
commit 1f3e8a04ff8e063fbf443e22d08b8fc398df54f4
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

gnome2-libs/glib2: added PRE_BUILD to fix missing Makefile problem

diff --git a/gnome2-libs/glib2/HISTORY b/gnome2-libs/glib2/HISTORY
index 6c2ff0c..cde063d 100644
--- a/gnome2-libs/glib2/HISTORY
+++ b/gnome2-libs/glib2/HISTORY
@@ -1,5 +1,6 @@
2017-02-27 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: updated devel version to 2.51.3
+ * PRE_BUILD: added to fix missing Makefile problem

2017-02-13 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: versions 2.51.2/2.50.3
diff --git a/gnome2-libs/glib2/PRE_BUILD b/gnome2-libs/glib2/PRE_BUILD
new file mode 100755
index 0000000..edfc536
--- /dev/null
+++ b/gnome2-libs/glib2/PRE_BUILD
@@ -0,0 +1,57 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+if [[ "${GLIB_VER}" == "devel" ]]; then
+ mkdir -p win32/vs15 &&
+ cat > win32/vs15/Makefile.am <<"EOF"
+EXTRA_DIST = \
+ README.txt \
+ glib.sln \
+ glib.vcxproj \
+ glib.vcxproj.filters \
+ glib-genmarshal.vcxproj \
+ glib-genmarshal.vcxproj.filters \
+ gspawn-win32-helper-console.vcxproj \
+ gspawn-win32-helper-console.vcxproj.filters \
+ gspawn-win32-helper.vcxproj \
+ gspawn-win32-helper.vcxproj.filters \
+ gmodule.vcxproj \
+ gmodule.vcxproj.filters \
+ gobject.vcxproj \
+ gobject.vcxproj.filters \
+ gthread.vcxproj \
+ gthread.vcxproj.filters \
+ gio.vcxproj \
+ gio.vcxproj.filters \
+ glib-compile-schemas.vcxproj \
+ glib-compile-schemas.vcxproj.filters \
+ gsettings.vcxproj \
+ gsettings.vcxproj.filters \
+ glib-compile-resources.vcxproj \
+ glib-compile-resources.vcxproj.filters \
+ gio-tool.vcxproj \
+ gio-tool.vcxproj.filters \
+ gresource.vcxproj \
+ gresource.vcxproj.filters \
+ gio-querymodules.vcxproj \
+ gio-querymodules.vcxproj.filters \
+ gdbus.vcxproj \
+ gdbus.vcxproj.filters \
+ glib-install.vcxproj \
+ glib-install.vcxproj.filters \
+ glib-build-defines.props \
+ glib-install.props \
+ glib-version-paths.props \
+ glib-gen-srcs.props
+
+DISTCLEANFILES = $(EXTRA_DIST)
+
+MSVC_BASE_VER = 100
+MSVC_BASE_VER_LONG = 2010
+MSVC_VER = 141
+MSVC_VER_LONG = 15
+
+include $(top_srcdir)/win32/Makefile-newvs.am
+EOF
+ automake --foreign --copy --add-missing
+fi



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (1f3e8a04ff8e063fbf443e22d08b8fc398df54f4), Pavel Vinogradov, 02/27/2017

Archive powered by MHonArc 2.6.24.

Top of Page