summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2012-05-04 06:18:42 +0000
committer Miodrag Milanovic <mmicko@gmail.com>2012-05-04 06:18:42 +0000
commit5616c1e9d5c1614fd1842b2e9b8a3833e3ea5082 (patch)
tree5b6ea02992648a91ce3b79d9df0591c5b58c7e7a /src/osd
parente388d5f5ae245c9870a1783ae82640dbc773ee59 (diff)
removed -static for sdl windows build (no whatsnew)
Diffstat (limited to 'src/osd')
-rw-r--r--src/osd/sdl/sdl.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/sdl/sdl.mak b/src/osd/sdl/sdl.mak
index 4c4f95060c0..4313cab303e 100644
--- a/src/osd/sdl/sdl.mak
+++ b/src/osd/sdl/sdl.mak
@@ -447,7 +447,7 @@ LDFLAGS += -static-libgcc
TEST_GCC = $(shell gcc --version)
ifeq ($(findstring 4.4,$(TEST_GCC)),)
#if we use new tools
- LDFLAGS += -static -static-libstdc++
+ LDFLAGS += -static-libstdc++
endif
LIBS += -lSDL.dll
LIBS += -luser32 -lgdi32 -lddraw -ldsound -ldxguid -lwinmm -ladvapi32 -lcomctl32 -lshlwapi