Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
SRB2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
STJr
SRB2
Commits
b73c24a0
Commit
b73c24a0
authored
3 years ago
by
Claire Ellis
Browse files
Options
Downloads
Patches
Plain Diff
Add VERSIONSTRING_RC to DEVELOP builds for compiler compatibility
parent
ccc71dda
No related branches found
No related tags found
1 merge request
!1607
Add VERSIONSTRING_RC to DEVELOP builds for compiler compatibility
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/doomdef.h
+1
-0
1 addition, 0 deletions
src/doomdef.h
with
1 addition
and
0 deletions
src/doomdef.h
+
1
−
0
View file @
b73c24a0
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment