Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4835 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 14, 2006
1 parent d3756ed commit fa6843d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Makefile.win.rules.in
@@ -1,13 +1,21 @@
MAJOR_VERSION = @MAJOR_VERSION@
MICRO_VERSION = @MICRO_VERSION@
MINOR_VERSION = @MINOR_VERSION@

CXX = @CXX@
STRIP = @STRIP@
INSTALL = @INSTALL@
prefix = @prefix@

BINDIR = $(prefix)
DLLDIR = $(prefix)

QT_LDADD = @QT_LDADD@

GDAL_LDADD = @GDAL_LDADD@
#GDAL_LDADD = -lgdal
GEOS_LDADD = @GEOS_LDADD@
GRASS_BASE = @GRASS_BASE@
GRASS_LIB = @GRASS_LIB@
PROJ_LIB = @PROJ_LIB@

Expand Down

0 comments on commit fa6843d

Please sign in to comment.