The Makefile doesn't support MSVC
This commit is contained in:
parent
c7bd555eef
commit
9995ccb7cc
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ Name | Function
|
|||
`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.
|
||||
|
|
Loading…
Add table
Reference in a new issue