Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
mingw again
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4834 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 14, 2006
1 parent 1611488 commit 6815b07
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/providers/ogr/Makefile.win
Expand Up @@ -17,8 +17,10 @@ $(PROVIDER): $(OBJECTS)
-Wl,--enable-auto-import \
-Wl,--whole-archive ogrprovider_la-qgsogrprovider.o \
-Wl,--no-whole-archive \
$(CORE_A) $(GUI_A) $(CORE_A) \
-lgdal -lgeos \
$(CORE_A) $(GUI_A) $(CORE_A) \
$(RASTER_A) $(PROJSEL_A) $(LEGEND_A) \
$(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
-lgdal -lgeos -lsqlite3 -lproj \
$(QT_LDADD) \
-lwsock32 -lmingw32
$(STRIP) $@
Expand Down

0 comments on commit 6815b07

Please sign in to comment.