mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-03-21 18:32:08 +00:00
Merge branch 'develop-fix' into 'next'
Add VERSIONSTRING_RC to DEVELOP builds for compiler compatibility Closes #663 See merge request STJr/SRB2!1607
This commit is contained in:
commit
7a53b242b6
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ extern char logfilename[1024];
|
|||
//#define DEVELOP // Disable this for release builds to remove excessive cheat commands and enable MD5 checking and stuff, all in one go. :3
|
||||
#ifdef DEVELOP
|
||||
#define VERSIONSTRING "Development EXE"
|
||||
#define VERSIONSTRING_RC "Development EXE" "\0"
|
||||
// most interface strings are ignored in development mode.
|
||||
// we use comprevision and compbranch instead.
|
||||
// VERSIONSTRING_RC is for the resource-definition script used by windows builds
|
||||
|
|
Loading…
Reference in a new issue