Changeset 227:50c3ae93007d for setup.py


Ignore:
Timestamp:
06/05/12 18:20:01 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added a Help menu with the manual and the about dialog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r159 r227  
    1313
    1414data_files = [("sounds", glob(os.path.join("sounds", "*.*")))]
     15data_files.append((os.path.join("doc", "manual", "en"),
     16                   glob(os.path.join("doc", "manual", "en", "*.*"))))
     17data_files.append((os.path.join("doc", "manual", "hu"),
     18                   glob(os.path.join("doc", "manual", "hu", "*.*"))))
    1519if os.name=="nt":
    1620    import py2exe
    1721
    1822    data_files.append(("", ["logo.ico"]))
     23    data_files.append(("", ["logo.png"]))
    1924
    2025    msvcrDir = os.environ["MSVCRDIR"] if "MSVCRDIR" in os.environ else None
Note: See TracChangeset for help on using the changeset viewer.