summaryrefslogtreecommitdiff
path: root/scp2
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.cz>2011-08-02 18:37:13 +0200
committerPetr Mladek <pmladek@suse.cz>2013-04-30 12:05:25 +0200
commit10fb45c7fc8d521db6adae2b4b25eaec137c77fb (patch)
tree0eb2eb90d0716c9fc58a8f3f6954cd8ee18307aa /scp2
parent5f25dc8a564d01829f3cf9f58ed80cc83ea0eb45 (diff)
[mono] mono-component-support.diff: add mono support
Conflicts: cli_ure/prj/build.lst cli_ure/prj/d.lst Change-Id: I58285be7b14a4e128d49f00dccc17e0a5fc64248
Diffstat (limited to 'scp2')
-rwxr-xr-xscp2/source/ooo/ure.scp10
1 files changed, 10 insertions, 0 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp
index 4447e54bed03..ebf7d410ed41 100755
--- a/scp2/source/ooo/ure.scp
+++ b/scp2/source/ooo/ure.scp
@@ -439,6 +439,16 @@ File gid_File_Dl_LogUnoUno
Styles = (PACKED, VERSION_INDEPENDENT_COMP_ID);
End
+#if ( defined UNX && defined ENABLE_MONO ) // currently we only will build this on unix
+File gid_File_Dl_MonoLoader
+ TXT_FILE_BODY;
+ Dir = SCP2_URE_DL_DIR;
+ Name = STRING(CONCAT3(mono_loader,.uno,UNXSUFFIX));
+ Styles = (PACKED, UNO_COMPONENT, VERSION_INDEPENDENT_COMP_ID);
+ RegistryID = gid_Starregistry_Services_Rdb_Ure;
+End
+#endif
+
#if defined _MSC_VER || defined ENABLE_MONO
File gid_File_Dl_Cli_Uno
LIB_FILE_BODY;