From 73f3ba093de8275d8a4ec984b3d2c53a9e1e6fc8 Mon Sep 17 00:00:00 2001 From: joshholtrop Date: Thu, 30 Jul 2009 15:10:10 +0000 Subject: [PATCH] added -mwindows LDFLAGS to remove console window when running app git-svn-id: http://apu.dw.local/svnusers/JoshHoltrop/pppc/trunk@38 8131a0b2-b21c-1c47-bd6a-f003126495bd --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a1b4a17..d11fc4b 100644 --- a/Makefile +++ b/Makefile @@ -2,6 +2,7 @@ TARGET := pppc.exe OBJS := pppc.o session_notification.o resources.o pport.o CXXFLAGS := -O2 -Wall +LDFLAGS := -mwindows all: $(TARGET)