summaryrefslogtreecommitdiff
path: root/frontends/windows/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-10-19 10:12:41 +0100
committerVincent Sanders <vince@kyllikki.org>2016-10-19 10:12:41 +0100
commit10afe5f61585db3944c70808af36b74da09ae061 (patch)
tree8e736fa8af1cb2791edb0b06bcc03b0dc06f87ef /frontends/windows/Makefile
parentfab01f4f1a11e0e2db971247a3dd8e00ccb9bcbe (diff)
downloadnetsurf-10afe5f61585db3944c70808af36b74da09ae061.tar.gz
netsurf-10afe5f61585db3944c70808af36b74da09ae061.tar.bz2
fix curl/openssl library link ordering
Diffstat (limited to 'frontends/windows/Makefile')
-rw-r--r--frontends/windows/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/frontends/windows/Makefile b/frontends/windows/Makefile
index a3a95d9da..cfb1712ca 100644
--- a/frontends/windows/Makefile
+++ b/frontends/windows/Makefile
@@ -10,8 +10,8 @@ CFLAGS += -I${GCCSDK_INSTALL_ENV}/include/
$(eval $(call pkg_config_find_and_add,libcares,Cares))
$(eval $(call pkg_config_find_and_add,zlib,ZLib))
-
-LDFLAGS += -lssl -lcrypto -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -mwindows
+# libraries for windows API
+LDFLAGS += -lgnurx -lgdi32 -lcomctl32 -lws2_32 -lmsimg32 -lshlwapi -mwindows
CFLAGS += -U__STRICT_ANSI__ -mwin32
# only windows versions after XP are supported