Skip to content
Snippets Groups Projects
Commit b73c24a0 authored by Claire Ellis's avatar Claire Ellis :speech_balloon:
Browse files

Add VERSIONSTRING_RC to DEVELOP builds for compiler compatibility

parent ccc71dda
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]; ...@@ -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 //#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 #ifdef DEVELOP
#define VERSIONSTRING "Development EXE" #define VERSIONSTRING "Development EXE"
#define VERSIONSTRING_RC "Development EXE" "\0"
// most interface strings are ignored in development mode. // most interface strings are ignored in development mode.
// we use comprevision and compbranch instead. // we use comprevision and compbranch instead.
// VERSIONSTRING_RC is for the resource-definition script used by windows builds // 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.
Please register or to comment