Skip to content

Commit

Permalink
more circular references
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4794 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 3, 2006
1 parent 5d8784c commit 88260cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/core/Makefile.win
Expand Up @@ -14,7 +14,8 @@ $(DLL):
-Wl,--enable-auto-import \
-Wl,--whole-archive .libs/libqgis_core.a \
-Wl,--no-whole-archive \
$(LEGEND_A) $(GUI_A) $(RASTER_A) $(PROJSEL_A) $(COMPOSER_A) \
$(LEGEND_A) $(GUI_A) $(RASTER_A) $(PROJSEL_A) \
$(COMPOSER_A) $(LEGEND_A) $(GUI_A) $(COMPOSER_A) \
-lsqlite3 -lgeos -lproj -lgdal \
$(QT_LDADD) \
-lwsock32 -lmingw32
Expand Down

0 comments on commit 88260cd

Please sign in to comment.