Switch to side-by-side view

--- a/.oppbuildspec
+++ b/.oppbuildspec
@@ -1,4 +1,5 @@
 <buildspec version="4.0">
-<dir path="." type="custom"/>
-<dir makemake-options="--deep --meta:recurse --meta:auto-include-path --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="src" type="makemake"/>
+<dir makemake-options="--deep --make-so -o rinasim -O out -lrinasimcore --meta:auto-include-path --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="policies" type="makemake"/>
+<dir makemake-options="--deep --nolink -O out --meta:recurse --meta:auto-include-path --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="." type="custom"/>
+<dir makemake-options="--deep --make-lib -o rinasimcore -O out --meta:auto-include-path --meta:export-library --meta:use-exported-libs --meta:feature-cflags --meta:feature-ldflags" path="src" type="makemake"/>
 </buildspec>