diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-08-02 13:15:11 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-08-02 13:15:11 +0000 |
commit | 9d507ea353a92ca51e7a9d7ae5c82d3aa35c04d1 (patch) | |
tree | 8c473d0aafc4204667a423ed56c2d1eaf8b2db84 /build.sh | |
parent | 8e3c106284d21e281edb527049c7d0bf76fdbb2d (diff) | |
download | build-9d507ea353a92ca51e7a9d7ae5c82d3aa35c04d1.tar.gz build-9d507ea353a92ca51e7a9d7ae5c82d3aa35c04d1.tar.bz2 build-9d507ea353a92ca51e7a9d7ae5c82d3aa35c04d1.tar.xz build-9d507ea353a92ca51e7a9d7ae5c82d3aa35c04d1.zip |
More files are required.
Diffstat (limited to '')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | #!/bin/bash | 1 | #!/bin/bash |
2 | 2 | ||
3 | BUSRC="stack.cpp string.cpp hash.cpp list.cpp trace.cpp stream.cpp formatter.cpp util.cpp sharedcore.cpp exceptionbase.cpp heap.cpp archivebase.cpp archive.cpp queue.cpp archival.cpp sio.cpp stdstream.cpp process.cpp plugger.cpp optparser.cpp signals.cpp array.cpp membuf.cpp file.cpp variant.cpp" | 3 | BUSRC="stack.cpp string.cpp hash.cpp list.cpp trace.cpp stream.cpp formatter.cpp util.cpp sharedcore.cpp exceptionbase.cpp heap.cpp archivebase.cpp archive.cpp queue.cpp archival.cpp sio.cpp stdstream.cpp process.cpp plugger.cpp optparser.cpp signals.cpp array.cpp membuf.cpp file.cpp variant.cpp random.cpp randombasic.cpp randombase.cpp" |
4 | BUHDR="stack.h string.h hash.h list.h trace.h stream.h formatter.h util.h sharedcore.h exceptionbase.h heap.h archivebase.h archive.h queue.h archival.h sio.h stdstream.h process.h plugger.h singleton.h optparser.h array.h membuf.h file.h variant.h fmt.h extratypes.h" | 4 | BUHDR="stack.h string.h hash.h list.h trace.h stream.h formatter.h util.h sharedcore.h exceptionbase.h heap.h archivebase.h archive.h queue.h archival.h sio.h stdstream.h process.h plugger.h singleton.h optparser.h array.h membuf.h file.h variant.h fmt.h extratypes.h random.h randombasic.h randombase.h" |
5 | BUEXPSRC="regex.cpp" | 5 | BUEXPSRC="regex.cpp" |
6 | BUEXPHDR="regex.h" | 6 | BUEXPHDR="regex.h" |
7 | BUCOMPAT="config.h compat/linux.h compat/win32.h compat/osx.h" | 7 | BUCOMPAT="config.h compat/linux.h compat/win32.h compat/osx.h" |