The Makefile doesn't support MSVC

This commit is contained in:
Clownacy 2020-01-15 08:01:33 +00:00
parent c7bd555eef
commit 9995ccb7cc

View file

@ -102,7 +102,7 @@ Name | Function
`RENDERER=SDLSurface` | Use the software-rendered SDL2 Surface API renderer `RENDERER=SDLSurface` | Use the software-rendered SDL2 Surface API renderer
`RENDERER=Software` | Use the hand-written software renderer `RENDERER=Software` | Use the hand-written software renderer
`WARNINGS=1` | Enable common compiler warnings `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 `WARNINGS_FATAL=1` | Make all compiler warnings errors
Once built, the executables and assets can be found in the newly-generated `game` folder. Once built, the executables and assets can be found in the newly-generated `game` folder.