We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9e3076 commit b8e0e96Copy full SHA for b8e0e96
src/providers/wms/Makefile.win
@@ -15,9 +15,7 @@ $(PROVIDER): .libs/wmsprovider.a
15
-Wl,--enable-auto-import \
16
-Wl,--whole-archive .libs/wmsprovider.a \
17
-Wl,--no-whole-archive \
18
- $(CORE_A) $(GUI_A) $(CORE_A) \
19
- $(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
20
- $(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
+ $(CORE_A) $(GUI_DLL) \
21
-lgdal -lgeos -lsqlite3 -lproj $(PG_LIB) \
22
$(QT_LDADD) \
23
-lwsock32 -lmingw32
0 commit comments