mirror of
https://github.com/dhewm/dhewm3-sdk.git
synced 2024-11-21 20:21:19 +00:00
Prepare for 1.4.0 release, make SDL2 default, update README
The version will be 1.4.0 because it's not compatible with Doom3 1.3.1 mod DLLs. (Note that this commit doesn't mean 1.4.0 is done, I might do some minor changes before tagging the Release!)
This commit is contained in:
parent
7e39919bd5
commit
ff09de0aaa
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ option(BASE "Build the base game code" ON)
|
|||
option(D3XP "Build the d3xp game code" ON)
|
||||
option(DEDICATED "Build the dedicated server" OFF)
|
||||
option(ONATIVE "Optimize for the host CPU" OFF)
|
||||
option(SDL2 "Use SDL2 instead of SDL1.2" OFF)
|
||||
option(SDL2 "Use SDL2 instead of SDL1.2" ON)
|
||||
|
||||
if(NOT CMAKE_SYSTEM_PROCESSOR)
|
||||
message(FATAL_ERROR "No target CPU architecture set")
|
||||
|
|
|
@ -36,7 +36,7 @@ If you have questions concerning this license or the applicable additional terms
|
|||
|
||||
#define GAME_NAME "dhewm 3" // appears on window titles and errors
|
||||
|
||||
#define ENGINE_VERSION "dhewm 1.3.1" // printed in console
|
||||
#define ENGINE_VERSION "dhewm 1.4.0" // printed in console
|
||||
|
||||
// paths
|
||||
#define BASE_GAMEDIR "base"
|
||||
|
|
Loading…
Reference in a new issue