Changeset 822

Show
Ignore:
Timestamp:
08/11/08 07:07:14 (4 months ago)
Author:
mloskot
Message:

Renamed python/DLLs to python/dll. Updated python/setup.py script.

Location:
trunk/python
Files:
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/python/setup.py

    r738 r822  
    1616    # Windows NT library 
    1717    lib_name = 'liblas%s.dll' % version 
    18     data_files=[('DLLs', ['DLLs/%s'% lib_name, 'DLLs/geotiff.dll','DLLs/libtiff.dll']),] 
     18    data_files=[('dll', ['dll/%s'% lib_name, 'dll/geotiff.dll','dll/libtiff.dll']),] 
    1919else: 
    2020    data_files = None