[Qgis-developer] new Makefile-Target to copy msys into
release-folder (win32-mingw-build)
Stephan Holl
holl at gdf-hannover.de
Mon Aug 28 09:11:45 EDT 2006
Dear Devs,
building win-snapshots for QGIS-HEAD I like to add another target to
the Makefile.win, which copies the (binary) msys-files for the
GRASS-shell into the release-folder. This makes it easier to automate
the packaging process.
However, this applies to the mingw_chroot I am building.
Perhaps someone could add this t o SVN.
Cheers
Stephan
svn diff Makefile.win Index:
Makefile.win
===================================================================
--- Makefile.win (revision 5739)
+++ Makefile.win (working copy)
@@ -35,6 +35,12 @@
$(STRIP) $$f; \
done
+# copy msys shell (only for GRASS-shell) to release-folder
+# only works in the chroot
+cpmsys:
+ mkdir -p -m 755 $(prefix)/msys
+ cp -r ../msys-windows-binary-files/* $(prefix)/msys/
+
# Copy libraries
# TODO: this is not correct, we believe that all DLL are in the same
# directory and there are no DLL which we don't want to
@@ -58,6 +64,5 @@
zip -r $(BINPKG).zip $(BINPKG)
-
--
GDF Hannover - Solutions for spatial data analysis and remote sensing
Hannover Office - Mengendamm 16d - D-30177 Hannover
Internet: www.gdf-hannover.de - Email: holl at gdf-hannover.de
Phone : ++49-(0)511.39088507 - Fax: ++49-(0)511.39088508
More information about the Qgis-developer
mailing list