diff options
author | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2020-10-23 13:04:49 +0900 |
---|---|---|
committer | Kenji Hosokawa <khosokawa@jp.adit-jv.com> | 2020-10-23 13:04:49 +0900 |
commit | 4680fc4332d939d852592c86546f7bca148dace7 (patch) | |
tree | fa1d71082e85e1bbcc6ba3686dfd372311cc8885 /BUILD.md | |
parent | c0ecf677d8ac6ad5cd12e97a294e075f3f8cb249 (diff) |
Cosmetic changes to pass compilation
Signed-off-by: Kenji Hosokawa <khosokawa@jp.adit-jv.com>
Diffstat (limited to 'BUILD.md')
-rw-r--r-- | BUILD.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,9 +11,9 @@ This document describes build of Rule Based Arbitrator | rba/include/ | header files | | rba/src/ | source code files | | rba/lib/ | libraries | -| rba/lib/librba.a | Arbitrator staticl lib<br>(on Linux) | -| rba/lib/librba.so | Arbitrator shared lib<br>(on Linux) | -| rba/lib/rba.dll | Arbitrator DLL<br>(on Windows) | +| rba/lib/librba.a | Arbitrator staticl lib<br>(on Linux) | +| rba/lib/librba.so | Arbitrator shared lib<br>(on Linux) | +| rba/lib/rba.dll | Arbitrator DLL<br>(on Windows) | | rba/unittest/ | for unit test | | rba/doc/ | Documents | | rba/script/ | include script file | |