Skip to content

Commit

Permalink
compile .cc as well .cpp files to include bigint
Browse files Browse the repository at this point in the history
git-svn-id: https://zxing.googlecode.com/svn/trunk@2663 59b500cc-1b3d-0410-9834-0bbf25fbcc57
  • Loading branch information
[email protected] committed Apr 21, 2013
1 parent c0d4552 commit 7425bf3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,12 @@ freely, subject to the following restrictions:

3. This notice may not be removed or altered from any source
distribution.

--------------------------------------------------------------------------------
NOTICES FOR C++ Big Integer Library
--------------------------------------------------------------------------------

I, Matt McCutchen, the sole author of the original Big Integer
Library, waive my copyright to it, placing it in the public domain.
The library comes with absolutely no warranty.

2 changes: 1 addition & 1 deletion cpp/SConscript
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ else:
libiconv_libs.append('iconv')

# Add libzxing library.
libzxing_files = all_files('core/src')
libzxing_files = all_files('core/src')+all_files('core/src', '.cc')
libzxing_include = ['core/src']
if platform.system() is 'Windows':
libzxing_files += all_files('core/src/win32')
Expand Down

0 comments on commit 7425bf3

Please sign in to comment.