Author: cazfi
Date: Fri Feb  3 06:00:55 2017
New Revision: 34944

URL: http://svn.gna.org/viewcvs/freeciv?rev=34944&view=rev
Log:
Added freeciv-mp-gtk3.cmd to cross-built gtk3.22-client Windows Installer.

See patch #8095

Added:
    branches/S3_0/windows/installer_cross/freeciv-mp-gtk3.cmd   (with props)
Modified:
    branches/S3_0/windows/Makefile.am
    branches/S3_0/windows/installer_cross/installer_build.sh

Modified: branches/S3_0/windows/Makefile.am
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/windows/Makefile.am?rev=34944&r1=34943&r2=34944&view=diff
==============================================================================
--- branches/S3_0/windows/Makefile.am   (original)
+++ branches/S3_0/windows/Makefile.am   Fri Feb  3 06:00:55 2017
@@ -34,6 +34,7 @@
                installer_cross/Freeciv.url                     \
                installer_cross/freeciv-server.cmd              \
                installer_cross/freeciv-gtk3.22.cmd             \
+               installer_cross/freeciv-mp-gtk3.cmd             \
                installer_cross/licenses/COPYING.installer
 
 if MINGW

Added: branches/S3_0/windows/installer_cross/freeciv-mp-gtk3.cmd
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/windows/installer_cross/freeciv-mp-gtk3.cmd?rev=34944&view=auto
==============================================================================
--- branches/S3_0/windows/installer_cross/freeciv-mp-gtk3.cmd   (added)
+++ branches/S3_0/windows/installer_cross/freeciv-mp-gtk3.cmd   Fri Feb  3 
06:00:55 2017
@@ -0,0 +1,3 @@
+@echo off
+if %1 NEQ auto set LANG=%1
+start freeciv-mp-gtk3.exe %2 %3 %4 %5 %6 %7 %8 %9

Propchange: branches/S3_0/windows/installer_cross/freeciv-mp-gtk3.cmd
------------------------------------------------------------------------------
    svn:eol-style = CRLF

Propchange: branches/S3_0/windows/installer_cross/freeciv-mp-gtk3.cmd
------------------------------------------------------------------------------
    svn:executable = *

Modified: branches/S3_0/windows/installer_cross/installer_build.sh
URL: 
http://svn.gna.org/viewcvs/freeciv/branches/S3_0/windows/installer_cross/installer_build.sh?rev=34944&r1=34943&r2=34944&view=diff
==============================================================================
--- branches/S3_0/windows/installer_cross/installer_build.sh    (original)
+++ branches/S3_0/windows/installer_cross/installer_build.sh    Fri Feb  3 
06:00:55 2017
@@ -8,6 +8,7 @@
 DLLSPATH="$1"
 GUI="gtk3.22"
 GUINAME="GTK3.22"
+FCMP="gtk3"
 
 if ! test -d "$DLLSPATH" ; then
   echo "Dllstack directory \"$DLLSPATH\" not found!" >&2
@@ -37,7 +38,7 @@
 mkdir -p $INSTDIR/doc/freeciv/installer
 cp licenses/COPYING.installer $INSTDIR/doc/freeciv/installer/
 rm -Rf $INSTDIR/lib
-cp freeciv-server.cmd freeciv-$GUI.cmd Freeciv.url $INSTDIR/
+cp freeciv-server.cmd freeciv-$GUI.cmd freeciv-mp-$FCMP.cmd Freeciv.url 
$INSTDIR/
 
 if ! ./create-freeciv-gtk-qt-nsi.sh $INSTDIR $VERREV $GUI $GUINAME $SETUP > 
Freeciv-$SETUP-$VERREV-$GUI.nsi
 then


_______________________________________________
Freeciv-commits mailing list
Freeciv-commits@gna.org
https://mail.gna.org/listinfo/freeciv-commits

Reply via email to