Changeset 937

Show
Ignore:
Timestamp:
10/10/08 21:18:39 (3 months ago)
Author:
hobu
Message:

update package version

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/nmake.opt

    r885 r937  
    1414 
    1515# only used for filenames of packages 
    16 PACKAGE_VERSION = 1.0.0-b3 
     16PACKAGE_VERSION = 1.0.0 
    1717 
    1818INCLUDES = -I$(LAS_ROOT)/include -I$(LAS_ROOT)/include/liblas/capi 
     
    3232# Uncomment the folling line to build OGR support for  
    3333# the las2ogr command 
    34 #GDAL_HOME=C:\osgeo4w 
     34GDAL_HOME=C:\osgeo4w 
    3535 
    36 !IFDEF GEOTIFF_HOME 
     36!IFDEF GDAL_HOME 
    3737GDAL_LIB = $(GDAL_HOME)\lib\gdal_i.lib 
    3838GDAL_INCLUDE = -I$(GDAL_HOME)\include