Skip to content

Commit

Permalink
use DLL
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4938 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Mar 2, 2006
1 parent 90f7f6b commit a270cf3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/providers/ogr/Makefile.win
Expand Up @@ -17,9 +17,9 @@ $(PROVIDER): $(OBJECTS)
-Wl,--enable-auto-import \
-Wl,--whole-archive ogrprovider_la-qgsogrprovider.o \
-Wl,--no-whole-archive \
$(CORE_A) $(GUI_A) $(CORE_A) \
$(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
$(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) \
-lgdal -lgeos -lsqlite3 -lproj $(PG_LIB) \
$(QT_LDADD) \
-lwsock32 -lmingw32
Expand Down

0 comments on commit a270cf3

Please sign in to comment.