From 5cb103a72d4f63db5f12dfab22b11c8a0b3b0558 Mon Sep 17 00:00:00 2001 From: pagefault <> Date: Thu, 9 Feb 2006 00:59:09 +0000 Subject: [PATCH] Removed the WIP message for developers so we don't go insane, also Nach is probably going to smack me for my Makefile syntax --- zsnes/src/makefile.ms | 5 +++++ zsnes/src/win/winlink.cpp | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/zsnes/src/makefile.ms b/zsnes/src/makefile.ms index a21505b2..ec1b436c 100644 --- a/zsnes/src/makefile.ms +++ b/zsnes/src/makefile.ms @@ -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 diff --git a/zsnes/src/win/winlink.cpp b/zsnes/src/win/winlink.cpp index 1744bc3e..e1571942 100644 --- a/zsnes/src/win/winlink.cpp +++ b/zsnes/src/win/winlink.cpp @@ -2069,7 +2069,7 @@ void initwinvideo(void) { atexit(ExitFunction); -#ifndef __RELEASE__ +#ifndef __DEVELOPER__ DisplayWIPDisclaimer(); #endif