Changeset 856
- Timestamp:
- 08/19/08 00:32:34 (4 months ago)
- Files:
-
- 1 modified
-
trunk/python/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/setup.py
r845 r856 15 15 # Windows NT library 16 16 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']),] 18 18 else: 19 19 data_files = None
