From ef7ecf229bfc3388b2c954182f472b5bcf0e1bab Mon Sep 17 00:00:00 2001 From: radius Date: Sun, 17 Dec 2017 21:01:36 -0500 Subject: [PATCH] try to get rid of the console window in MSVC 2003 builds --- Makefile.griffin | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.griffin b/Makefile.griffin index 20c8951280..1aa1a6bfc8 100644 --- a/Makefile.griffin +++ b/Makefile.griffin @@ -836,6 +836,7 @@ ifeq ($(DEBUG), 1) LDFLAGS += -DEBUG else CFLAGS += -O0 -g -DDEBUG + LDFLAGS += -SUBSYSTEM:WINDOWS -ENTRY:mainCRTStartup endif else ifeq ($(platform), psp1) CFLAGS += -O2