Removed the WIP message for developers so we don't go insane, also Nach is probably going to smack me for my Makefile syntax
This commit is contained in:
@@ -135,6 +135,11 @@ ifeq (${DEBUG},yes)
|
||||
STRIP=
|
||||
endif
|
||||
|
||||
ifeq (${DEV},yes)
|
||||
CFLAGSORIG=-D__DEVELOPER__
|
||||
ASMFLAGSORIG=-D__DEVELOPER__
|
||||
endif
|
||||
|
||||
ifeq (${RELEASEGRADE},yes)
|
||||
ASMOPT=-O9999
|
||||
endif
|
||||
|
||||
@@ -2069,7 +2069,7 @@ void initwinvideo(void)
|
||||
{
|
||||
atexit(ExitFunction);
|
||||
|
||||
#ifndef __RELEASE__
|
||||
#ifndef __DEVELOPER__
|
||||
DisplayWIPDisclaimer();
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user