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:
pagefault
2006-02-09 00:59:09 +00:00
parent 271fbc9ccf
commit 5cb103a72d
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -2069,7 +2069,7 @@ void initwinvideo(void)
{
atexit(ExitFunction);
#ifndef __RELEASE__
#ifndef __DEVELOPER__
DisplayWIPDisclaimer();
#endif