Skip to content

Commit

Permalink
GDAL fix
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4748 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Jan 25, 2006
1 parent bcf820e commit 2297db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/raster/Makefile.win
Expand Up @@ -12,7 +12,7 @@ $(DLL):
-Wl,--out-implib=lib$(DLL).a \
-Wl,--export-all-symbols \
-Wl,--enable-auto-import \
-Wl,--whole-archive .libs/libqgis_raster.a /gene0/ssi/blazek/win/i586-mingw32msvc/lib/libgdal.a \
-Wl,--whole-archive .libs/libqgis_raster.a \
-Wl,--no-whole-archive \
$(GUI_A) $(CORE_A) $(LEGEND_A) $(PROJSEL_A) \
$(GUI_A) $(CORE_A) $(COMPOSER_A) $(GUI_A) \
Expand Down

0 comments on commit 2297db4

Please sign in to comment.