mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-26 00:40:56 +00:00
Rename app name to pcexhumed
# Conflicts: # GNUmakefile # platform/Windows/eduke32.sln # platform/Windows/pcexhumed.vcxproj # platform/Windows/pcexhumed.vcxproj.filters
This commit is contained in:
parent
be65a9863b
commit
fc3ba66cb1
1 changed files with 2 additions and 2 deletions
|
@ -29,11 +29,11 @@ void handleevents();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef APPNAME
|
#ifndef APPNAME
|
||||||
#define APPNAME "Exhumed"
|
#define APPNAME "PCExhumed"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef APPBASENAME
|
#ifndef APPBASENAME
|
||||||
#define APPBASENAME "exhumed"
|
#define APPBASENAME "pcexhumed"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// TODO:
|
// TODO:
|
||||||
|
|
Loading…
Reference in a new issue