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=
|
STRIP=
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq (${DEV},yes)
|
||||||
|
CFLAGSORIG=-D__DEVELOPER__
|
||||||
|
ASMFLAGSORIG=-D__DEVELOPER__
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq (${RELEASEGRADE},yes)
|
ifeq (${RELEASEGRADE},yes)
|
||||||
ASMOPT=-O9999
|
ASMOPT=-O9999
|
||||||
endif
|
endif
|
||||||
|
|||||||
@@ -2069,7 +2069,7 @@ void initwinvideo(void)
|
|||||||
{
|
{
|
||||||
atexit(ExitFunction);
|
atexit(ExitFunction);
|
||||||
|
|
||||||
#ifndef __RELEASE__
|
#ifndef __DEVELOPER__
|
||||||
DisplayWIPDisclaimer();
|
DisplayWIPDisclaimer();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user