[GRASS-SVN] r73864 - grass/trunk/include/Make

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Dec 26 09:45:35 PST 2018


Author: martinl
Date: 2018-12-26 09:45:35 -0800 (Wed, 26 Dec 2018)
New Revision: 73864

Modified:
   grass/trunk/include/Make/Shlib.make
Log:
wingrass: create unversioned copy of libs to simplify QGIS packaging

Modified: grass/trunk/include/Make/Shlib.make
===================================================================
--- grass/trunk/include/Make/Shlib.make	2018-12-26 16:29:08 UTC (rev 73863)
+++ grass/trunk/include/Make/Shlib.make	2018-12-26 17:45:35 UTC (rev 73864)
@@ -10,6 +10,9 @@
 	$(SHLIB_LD) -o $@ $(LDFLAGS) $^ $(LIBES) $(EXTRA_LIBS) $(MATHLIB)
 ifndef MINGW
 	(cd $(ARCH_LIBDIR); ln -f -s $(notdir $@) $(patsubst %.$(GRASS_VERSION_NUMBER)$(SHLIB_SUFFIX),%$(SHLIB_SUFFIX),$@))
+else
+	(cd $(ARCH_LIBDIR); cp -a $(notdir $@) $(notdir $(patsubst %.$(GRASS_VERSION_NUMBER)$(SHLIB_SUFFIX),%$(SHLIB_SUFFIX),$@)))
+
 endif
 
 shlib: $(SHLIB)



More information about the grass-commit mailing list