From d79c0afbc850f4bb818096ac3fc7159a39ede4a8 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 12 Jun 2018 13:50:47 +0100 Subject: Fix MSVC build issues. When updating from VS2005 to VS2017, the .rules mechanism is converted to a .props based scheme. This is not entirely equivalent, and so causes problems with our "build both 32 and 64bit resources" scheme. Instead, we amend the flag handling in bin2coff so that it will accept "Win32" and "x64" as flags. These can then be driven easily from the project files, giving us a "more standard" way of working. Also, remove some stray fonts that had crept into the resources build. --- platform/win32/bin2coff.rules | 8 ++++---- platform/win32/libresources.vcproj | 16 ---------------- 2 files changed, 4 insertions(+), 20 deletions(-) (limited to 'platform/win32') diff --git a/platform/win32/bin2coff.rules b/platform/win32/bin2coff.rules index d2ae45a3..955c9726 100644 --- a/platform/win32/bin2coff.rules +++ b/platform/win32/bin2coff.rules @@ -7,7 +7,7 @@ - - - - - - - - -- cgit v1.2.3