Skip to content
Snippets Groups Projects
Commit 7a53b242 authored by Tatsuru's avatar Tatsuru
Browse files

Merge branch 'develop-fix' into 'next'

Add VERSIONSTRING_RC to DEVELOP builds for compiler compatibility

Closes #663

See merge request !1607
parents 9016b5cf b73c24a0
No related branches found
No related tags found
1 merge request!1607Add VERSIONSTRING_RC to DEVELOP builds for compiler compatibility
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment