Changeset 903

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

make sure we include the right dll in the packaging

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/python/setup.py

    r889 r903  
    2222if os.name == 'nt': 
    2323    # Windows NT library 
    24     lib_name = 'liblas.dll'  
     24    lib_name = 'liblas1.dll'  
    2525    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']),] 
    2626else: