From 7e812d10d32fb891c6ea7855ed5446c2c294595b Mon Sep 17 00:00:00 2001 From: Angelo Salese Date: Sat, 24 Dec 2011 21:49:38 +0000 Subject: Clean-ups and version bump --- src/osd/windows/windows.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/osd/windows/windows.mak') diff --git a/src/osd/windows/windows.mak b/src/osd/windows/windows.mak index 2103cfce255..08f049f2f07 100644 --- a/src/osd/windows/windows.mak +++ b/src/osd/windows/windows.mak @@ -247,10 +247,10 @@ endif # ensure we statically link the gcc runtime lib LDFLAGS += -static-libgcc TEST_GCC = $(shell gcc --version) -ifeq ($(findstring 4.4,$(TEST_GCC)),) +ifeq ($(findstring 4.4,$(TEST_GCC)),) #if we use new tools LDFLAGS += -static-libstdc++ -endif +endif # add the windows libraries LIBS += -luser32 -lgdi32 -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi -ldinput8 -lwsock32 -- cgit v1.2.3