Moved locale validation to a compile time test, instead of a runtime check performed by MSE itself.

This also removes perl as a build dependency for people who don't want to run the test suite.
This commit is contained in:
Twan van Laarhoven
2020-04-18 19:08:35 +02:00
parent 0d38c64e86
commit 60c392a068
7 changed files with 232 additions and 189 deletions
+4 -8
View File
@@ -4,7 +4,7 @@
//| License: GNU General Public License 2 or later (see file COPYING) |
//+----------------------------------------------------------------------------+
#include <windows.h> // include for version info constants
#include <winresrc.h> // include for version info constants
// -------------------------------------------------------- : Icons
@@ -190,22 +190,18 @@ message_error IMAGE "message_error.png"
//wxBITMAP_STD_COLOURS BITMAP "wx/msw/colours.bmp"
//WXCURSOR_HAND CURSOR DISCARDABLE "wx/msw/hand.cur"
// -------------------------------------------------------- : Other
expected_locale_keys TEXT "expected_locale_keys"
// -------------------------------------------------------- : Version info
1 VERSIONINFO
FILEVERSION 2,0,0,0
PRODUCTVERSION 2,0,0,0
FILEVERSION 2,0,2,0
PRODUCTVERSION 2,0,2,0
FILETYPE VFT_APP
{
BLOCK "StringFileInfo"
{
BLOCK "040904E4"
{
VALUE "FileVersion", "2.0.0"
VALUE "FileVersion", "2.0.2"
VALUE "License", "GNU General Public License 2 or later; This is free software, and you are welcome to redistribute it under certain conditions; See the help file for details"
VALUE "FileDescription", "Magic Set Editor"
VALUE "InternalName", "magicseteditor"