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
This commit is contained in:
joshholtrop 2009-07-30 15:10:10 +00:00
parent a62a75386f
commit 73f3ba093d

View File

@ -2,6 +2,7 @@
TARGET := pppc.exe TARGET := pppc.exe
OBJS := pppc.o session_notification.o resources.o pport.o OBJS := pppc.o session_notification.o resources.o pport.o
CXXFLAGS := -O2 -Wall CXXFLAGS := -O2 -Wall
LDFLAGS := -mwindows
all: $(TARGET) all: $(TARGET)