More capitalisation
This commit is contained in:
parent
f7b8373ad7
commit
c5f1725a92
1 changed files with 3 additions and 3 deletions
|
@ -67,9 +67,9 @@ Name | Function
|
|||
`-DRENDERER=SDLTexture` | Use the hardware-accelerated SDL2 Texture API renderer (default)
|
||||
`-DRENDERER=SDLSurface` | Use the software-rendered SDL2 Surface API renderer
|
||||
`-DRENDERER=Software` | Use the handwritten software renderer
|
||||
`-DWARNINGS=ON` | Enable common compiler warnings (for gcc-compatible compilers and MSVC only)
|
||||
`-DWARNINGS_ALL=ON` | Enable ALL compiler warnings (for clang and MSVC only)
|
||||
`-DWARNINGS_FATAL=ON` | Stop compilation on any compiler warning (for gcc-compatible compilers and MSVC only)
|
||||
`-DWARNINGS=ON` | Enable common compiler warnings (for GCC-compatible compilers and MSVC only)
|
||||
`-DWARNINGS_ALL=ON` | Enable ALL compiler warnings (for Clang and MSVC only)
|
||||
`-DWARNINGS_FATAL=ON` | Stop compilation on any compiler warning (for GCC-compatible compilers and MSVC only)
|
||||
`-DFORCE_LOCAL_LIBS=ON` | Compile the built-in versions of SDL2, FreeType, and FLTK instead of using the system-provided ones
|
||||
|
||||
Then compile CSE2 with this command:
|
||||
|
|
Loading…
Add table
Reference in a new issue