mirror of https://github.com/KLayout/klayout.git
More fixes.
This commit is contained in:
parent
1f24458acd
commit
a42b7d211e
|
|
@ -70,6 +70,7 @@ cp -v $KLAYOUT_BITS/curl/bin/* .
|
||||||
cp -v $KLAYOUT_BITS/expat/bin/* .
|
cp -v $KLAYOUT_BITS/expat/bin/* .
|
||||||
cp -v $KLAYOUT_BITS/ptw/bin/* .
|
cp -v $KLAYOUT_BITS/ptw/bin/* .
|
||||||
cp -v $KLAYOUT_BITS/zlib/bin/* .
|
cp -v $KLAYOUT_BITS/zlib/bin/* .
|
||||||
|
cp -v $KLAYOUT_BITS/png/bin/* .
|
||||||
# if [ $? -ne 0 ]; then
|
# if [ $? -ne 0 ]; then
|
||||||
# >&2 echo "ERROR: lib not found. Quitting."
|
# >&2 echo "ERROR: lib not found. Quitting."
|
||||||
# exit 1
|
# exit 1
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,7 @@ static lay::LayoutView *new_view2 (bool editable, db::Manager *manager, unsigned
|
||||||
return new lay::LayoutView (manager, editable, 0 /*plugin parent*/, options);
|
return new lay::LayoutView (manager, editable, 0 /*plugin parent*/, options);
|
||||||
}
|
}
|
||||||
|
|
||||||
LAYBASIC_PUBLIC Class<lay::LayoutViewBase> decl_LayoutViewBase;
|
extern LAYBASIC_PUBLIC Class<lay::LayoutViewBase> decl_LayoutViewBase;
|
||||||
|
|
||||||
Class<lay::LayoutView> decl_LayoutView (decl_LayoutViewBase, "lay", "LayoutView",
|
Class<lay::LayoutView> decl_LayoutView (decl_LayoutViewBase, "lay", "LayoutView",
|
||||||
gsi::constructor ("new", &new_view2, gsi::arg ("editable", false), gsi::arg ("manager", (db::Manager *) 0, "nil"), gsi::arg ("options", (unsigned int) 0),
|
gsi::constructor ("new", &new_view2, gsi::arg ("editable", false), gsi::arg ("manager", (db::Manager *) 0, "nil"), gsi::arg ("options", (unsigned int) 0),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue