Changeset 159:5a0078210fff
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r137 r159 29 29 30 30 path = os.path.join("share", "themes", "MS-Windows", "gtk-2.0") 31 data_files.append((os.path.join("library", path), 32 glob(os.path.join(gtkRuntimeDir, path, "*")))) 33 34 path = os.path.join("share", "locale", "hu", "LC_MESSAGES") 35 data_files.append((os.path.join("library", path), 36 glob(os.path.join(gtkRuntimeDir, path, "*")))) 37 path = os.path.join("share", "icons", "hicolor") 31 38 data_files.append((os.path.join("library", path), 32 39 glob(os.path.join(gtkRuntimeDir, path, "*"))))
Note:
See TracChangeset
for help on using the changeset viewer.