Changeset 190


Ignore:
Timestamp:
04/24/10 01:02:19 (14 years ago)
Author:
tim
Message:

more scons build improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SConstruct

    r189 r190  
    33
    44if False:
     5    # XXX: get mingw build working again with pthreads
    56    libiconv_path='/usr/local/src/libiconv-1.13-mingw32-dev'
    67    env = Environment(CC='i586-mingw32msvc-cc',
     
    5152# Installation
    5253prefix='/usr/local/'
    53 
    54 # XXX: need to install reglookup-timeline
    5554env.Install(prefix+'bin', [reglookup, reglookup_recover, 'bin/reglookup-timeline'])
    5655env.Install(prefix+'lib', [libregfi, libregfi_static])
Note: See TracChangeset for help on using the changeset viewer.