Changeset 190
- Timestamp:
- 04/24/10 01:02:19 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r189 r190 3 3 4 4 if False: 5 # XXX: get mingw build working again with pthreads 5 6 libiconv_path='/usr/local/src/libiconv-1.13-mingw32-dev' 6 7 env = Environment(CC='i586-mingw32msvc-cc', … … 51 52 # Installation 52 53 prefix='/usr/local/' 53 54 # XXX: need to install reglookup-timeline55 54 env.Install(prefix+'bin', [reglookup, reglookup_recover, 'bin/reglookup-timeline']) 56 55 env.Install(prefix+'lib', [libregfi, libregfi_static])
Note: See TracChangeset
for help on using the changeset viewer.