diff --git a/src/define.inc b/src/define.inc index da44398..bbb0681 100644 --- a/src/define.inc +++ b/src/define.inc @@ -1,10 +1,10 @@ // for compiling using new fpgui-develop branch -{.$DEFINE fpgui-develop} // uncomment it for building with fpgui-develop +{.$DEFINE fpgui-develop} // uncomment for building with fpgui-develop // for compiling into library -{.$DEFINE library} // uncomment it for building library (native and java) -{.$DEFINE java} // uncomment it for building java library +{.$DEFINE library} // uncomment for building library (native and java) +{.$DEFINE java} // uncomment for building java library // for integration into ideU -{$DEFINE ideu} // uncomment it for building integration into ideU +{.$DEFINE ideu} // uncomment for building integration into ideU diff --git a/src/units/dummy b/src/units/dummy new file mode 100644 index 0000000..e69de29