Show
Ignore:
Timestamp:
09/22/07 13:46:19 (6 years ago)
Author:
boltrix
Message:

Removed the PIL dependency from package generation system, as asked by Fyodor. Now, I'm using GTK to put the version and revision number inside the Splash screen. Also, fixed a bug reported by David, in which Umit crashes after removal of target_list.txt and other files that are sent empty. I also removed them from repository, and now umit creates them if needed

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/install_scripts/windows/setup.py

    r1575 r2560  
    108108        sys.path.append(os.path.join("install_scripts", "utils")) 
    109109        from version_update import update_umit_compiled, update_paths, update_umit_version 
    110         from add_splash_version import add_version 
    111110 
    112         add_version(base_dir, VERSION, REVISION) 
    113111        update_umit_compiled(base_dir, VERSION, REVISION) 
    114112        update_paths(base_dir, VERSION, REVISION)