Author: cazfi
Date: Tue Sep 27 20:26:42 2016
New Revision: 33910

URL: http://svn.gna.org/viewcvs/freeciv?rev=33910&view=rev
Log:
Build sdl2-client as part of msys2 based Windows Installer snapshot build.

See patch #7727

Modified:
    trunk/doc/README.msys2
    trunk/windows/installer_msys2/Makefile

Modified: trunk/doc/README.msys2
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/doc/README.msys2?rev=33910&r1=33909&r2=33910&view=diff
==============================================================================
--- trunk/doc/README.msys2      (original)
+++ trunk/doc/README.msys2      Tue Sep 27 20:26:42 2016
@@ -12,7 +12,8 @@
 - Msys1, not msys2, is still the official freeciv Windows Installer
   build method
 - Buildable clients are gtk3, gtk2, sdl2, and Qt
-  - Official pre-made msys2 environment supports only gtk3-client build
+  - Official pre-made msys2 environment supports only gtk3-, gtk3x-, and
+    sdl2-client builds
 
 
  Setup

Modified: trunk/windows/installer_msys2/Makefile
URL: 
http://svn.gna.org/viewcvs/freeciv/trunk/windows/installer_msys2/Makefile?rev=33910&r1=33909&r2=33910&view=diff
==============================================================================
--- trunk/windows/installer_msys2/Makefile      (original)
+++ trunk/windows/installer_msys2/Makefile      Tue Sep 27 20:26:42 2016
@@ -40,9 +40,9 @@
        make GUI=gtk3x FCMP=gtk3x EXTRA_CONFIG="--disable-ruledit 
$(EXTRA_CONFIG)" wrap-gtk3x
 
 # These are what can be built in current official environment version
-buildable-win32: gtk3-installer gtk3x-installer
-
-buildable-win64: gtk3-installer gtk3x-installer
+buildable-win32: gtk3-installer gtk3x-installer sdl2-installer
+
+buildable-win64: gtk3-installer gtk3x-installer sdl2-installer
 
 # See comments on 'snapshot' target why this wrapping is needed
 buildable: buildable-$(WINARCH)


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

Reply via email to