Changeset 373:cf2b6b8a3973 for setup.py


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

Added support for a secondary instance (#157)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • setup.py

    r287 r373  
    3939        data_files.append((os.path.join("library", path),
    4040                           glob(os.path.join(gtkRuntimeDir, path, "*"))))
    41        
     41
    4242        path = os.path.join("share", "locale", "hu", "LC_MESSAGES")
    4343        data_files.append((os.path.join("library", path),
     
    4646        data_files.append((os.path.join("library", path),
    4747                           glob(os.path.join(gtkRuntimeDir, path, "*"))))
    48        
     48
    4949    with open("mlx-common.nsh", "wt") as f:
    5050            print >>f, '!define MLX_VERSION "%s"' % (mlx.const.VERSION)
     
    8181if os.name=="nt":
    8282    mlx.update.buildManifest(os.path.join(scriptdir, "dist"))
     83    with open(os.path.join(scriptdir, "dist", "Uninstall.conf")) as f:
     84        print >> f, "startMenuFolder=MAVA Logger X"
Note: See TracChangeset for help on using the changeset viewer.