From 380a1da7488b71e0f0bb6a8e4688059fdfbcb4a8 Mon Sep 17 00:00:00 2001 From: zhupengfei Date: Wed, 2 Oct 2019 18:36:19 +0800 Subject: [PATCH] Remove MSVC build --- README.md | 1 + appveyor.yml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60fde52..07a0e23 100644 --- a/README.md +++ b/README.md @@ -69,3 +69,4 @@ If you have any game cartidges, and would like to dump them as well, visit [this * Clear all the `TODO`s in the code * Wireless transfer (probably FTP?) * but: slow, complex +* MSVC build doesn't work for its crappy preprocessor, but this shouldn't really matter diff --git a/appveyor.yml b/appveyor.yml index 7b209be..8365f8b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,7 +10,6 @@ environment: CHERE_INVOKING: 1 matrix: - BUILD_TYPE: mingw - - BUILD_TYPE: msvc platform: - x64