Changeset 856

Show
Ignore:
Timestamp:
08/19/08 00:32:34 (4 months ago)
Author:
hobu
Message:

update to use osgeo4w stuff

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/python/setup.py

    r845 r856  
    1515    # Windows NT library 
    1616    lib_name = 'liblas.dll'  
    17     data_files=[('dll', ['dll/%s'% lib_name, 'dll/geotiff.dll','dll/libtiff.dll']),] 
     17    data_files=[('DLLs', ['DLLs/%s'% lib_name, 'c:\\osgeo4w\\bin\\geotiff.dll','c:\\osgeo4w\\bin\\libtiff.dll','c:\\osgeo4w\\bin\\zlib_osgeo.dll','c:\\osgeo4w\\bin\\jpeg_osgeo.dll']),] 
    1818else: 
    1919    data_files = None