Search:
Login
Help/Guide
About Trac
Preferences
Register
Wiki
Timeline
Roadmap
Browse Source
View Tickets
GitHub Project
Buildbot
Context Navigation
Back to Ticket #37
Ticket #37
: setup.py.diff
File setup.py.diff,
239 bytes
(added by sneves,
at 2010-05-02T05:25:48Z
)
Line
1
126c126
2
< cryptopp_src = [ os.path.join('cryptopp', x) for x in os.listdir('cryptopp') if x.endswith('.cpp') ]
3
---
4
> cryptopp_src = [ os.path.join('cryptopp', x) for x in os.listdir('cryptopp') if x.endswith(('.cpp','.asm')) ]
Download in other formats:
Original Format