/[thuban]/branches/WIP-pyshapelib-bramz/setup.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/setup.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1291 by jonathan, Mon Jun 23 13:05:32 2003 UTC revision 1296 by jonathan, Mon Jun 23 13:22:43 2003 UTC
# Line 297  py_modules.append(ext_dir + "/pyprojecti Line 297  py_modules.append(ext_dir + "/pyprojecti
297    
298  data_files = []  data_files = []
299    
300  # bitmaps  # Resources
301  # ("Resources/Locale", "Resources/Locale/*/LC_MESSAGES/*.mo")  # ("Resources/Locale", "Resources/Locale/*/LC_MESSAGES/*.mo")
302  for d, pattern in [("Resources/Bitmaps", "Resources/Bitmaps/*.xpm")]:  for d, pattern in [("Resources/Bitmaps", "Resources/Bitmaps/*.xpm"),
303                       ("Resources/XML", "Resources/XML/*.dtd")]:
304      data_files.append((d, glob.glob(pattern)))      data_files.append((d, glob.glob(pattern)))
305    
306  #  #

Legend:
Removed from v.1291  
changed lines
  Added in v.1296

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26