Changeset 26 for trunk/SConstruct
- Timestamp:
- 12/13/12 16:36:49 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SConstruct
r22 r26 55 55 install_items = [destdir + bindir] 56 56 57 env.Install(destdir+bindir, [bletchley_nextrand, 'bin/bletchley-analyze', 'bin/bletchley-http2py']) 57 env.Install(destdir+bindir, [bletchley_nextrand, 'bin/bletchley-analyze', 58 'bin/bletchley-http2py', 'bin/bletchley-encode', 59 'bin/bletchley-decode']) 58 60 #libinstall = env.Install(destdir+libdir, [libbletchley, libbletchley_static]) 59 61 #env.Install(destdir+includedir+'/bletchley', Glob('include/*.h'))
Note: See TracChangeset
for help on using the changeset viewer.