Skip to content

Commit

Permalink
dlldir
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4820 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 10, 2006
1 parent 944e865 commit 4ffb56c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/composer/Makefile.win
Expand Up @@ -17,12 +17,12 @@ $(DLL): .libs/libqgis_composer.a
$(GUI_A) $(CORE_A) $(RASTER_A) $(LEGEND_A) \
$(PROJSEL_A) $(CORE_A) $(GUI_A) $(CORE_A) \
$(GUI_A) \
-lproj -lgdal -lsqlite3 \
-lproj -lgdal -lsqlite3 -lgeos \
$(QT_LDADD) \
-lwsock32 -lmingw32
$(STRIP) $@

install: all
$(INSTALL) -m 755 $(DLL) $(prefix)/bin/$(DLL)
$(INSTALL) -m 755 $(DLL) $(DLLDIR)/$(DLL)

include $(QGTOP)/Makefile.win.rules

0 comments on commit 4ffb56c

Please sign in to comment.