shithub: cstory

Download patch

ref: 9995ccb7cc1c3f232d43291d987bc93b53866c73
parent: c7bd555eef987833504b7ff168df91ad0ae04e73
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Jan 15 03:01:33 EST 2020

The Makefile doesn't support MSVC

--- a/README.md
+++ b/README.md
@@ -102,7 +102,7 @@
 `RENDERER=SDLSurface` | Use the software-rendered SDL2 Surface API renderer
 `RENDERER=Software` | Use the hand-written software renderer
 `WARNINGS=1` | Enable common compiler warnings
-`WARNINGS_ALL=1` | Enable ALL compiler warnings (clang/MSVC only)
+`WARNINGS_ALL=1` | Enable ALL compiler warnings (clang only)
 `WARNINGS_FATAL=1` | Make all compiler warnings errors
 
 Once built, the executables and assets can be found in the newly-generated `game` folder.
--