From 0f6aef8626d25b2c63084ab33106f1404b379fa7 Mon Sep 17 00:00:00 2001 From: Marko Lindqvist Date: Thu, 30 Dec 2021 00:25:56 +0200 Subject: [PATCH 33/33] installer_cross: Add freeciv-mp-gtk4.cmd See osdn #43020 Signed-off-by: Marko Lindqvist --- windows/Makefile.am | 1 + windows/installer_cross/freeciv-mp-gtk4.cmd | 3 +++ 2 files changed, 4 insertions(+) create mode 100755 windows/installer_cross/freeciv-mp-gtk4.cmd diff --git a/windows/Makefile.am b/windows/Makefile.am index 5d7fa725d1..4290178921 100644 --- a/windows/Makefile.am +++ b/windows/Makefile.am @@ -37,6 +37,7 @@ dist_noinst_DATA = \ installer_cross/freeciv-server.cmd \ installer_cross/freeciv-gtk3.22.cmd \ installer_cross/freeciv-mp-gtk3.cmd \ + installer_cross/freeciv-mp-gtk4.cmd \ installer_cross/freeciv-qt.cmd \ installer_cross/freeciv-mp-qt.cmd \ installer_cross/freeciv-sdl2.cmd \ diff --git a/windows/installer_cross/freeciv-mp-gtk4.cmd b/windows/installer_cross/freeciv-mp-gtk4.cmd new file mode 100755 index 0000000000..9948efa3db --- /dev/null +++ b/windows/installer_cross/freeciv-mp-gtk4.cmd @@ -0,0 +1,3 @@ +@echo off +if not "%1" == "auto" set LANG=%1 +start "%~n0" /D . "%~dp0\freeciv-mp-gtk4.exe" %2 %3 %4 %5 %6 %7 %8 %9 -- 2.34.1