We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f7f6b commit a270cf3Copy full SHA for a270cf3
src/providers/ogr/Makefile.win
@@ -17,9 +17,9 @@ $(PROVIDER): $(OBJECTS)
17
-Wl,--enable-auto-import \
18
-Wl,--whole-archive ogrprovider_la-qgsogrprovider.o \
19
-Wl,--no-whole-archive \
20
- $(CORE_A) $(GUI_A) $(CORE_A) \
21
- $(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
22
- $(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
+ $(CORE_DLL) $(GUI_DLL) $(CORE_DLL) \
+ $(RASTER_DLL) $(PROJSEL_DLL) $(LEGEND_DLL) \
+ $(GUI_DLL) $(CORE_DLL) $(COMPOSER_DLL) $(GUI_DLL) \
23
-lgdal -lgeos -lsqlite3 -lproj $(PG_LIB) \
24
$(QT_LDADD) \
25
-lwsock32 -lmingw32
0 commit comments