diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2013-02-25 15:31:05 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2013-02-25 16:24:44 +0100 |
commit | 320571bf701a092d0f2d15fd4589ae271802a03f (patch) | |
tree | 6b6fa9fd7d5c259037d4b9a976adb023e5ea6332 /scp2 | |
parent | b324cbefb0b92dc7a4813dca88dc8dbd9641cc0b (diff) |
WIP: Experimental new binary type.rdb format
Move unoidl functionality into a module of its own, as a prerequisite to use it
in codemaker etc. (This is intended to ultimately remove modules store and
registry, modulo backwards compatibility constraints.)
Change-Id: If5274cbd3a595951e6cf7a9664bc542f01833f38
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/source/ooo/ure.scp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scp2/source/ooo/ure.scp b/scp2/source/ooo/ure.scp index ea409f373e79..c24225c00203 100755 --- a/scp2/source/ooo/ure.scp +++ b/scp2/source/ooo/ure.scp @@ -277,6 +277,13 @@ File gid_File_Dl_Store End +File gid_File_Dl_Unoidl + LIB_FILE_BODY; + Dir = SCP2_URE_DL_DIR; + Name = SCP2_URE_DL_NORMAL("unoidl"); + Styles = (PACKED); +End + File gid_File_Dl_Xmlreader LIB_FILE_BODY; Dir = SCP2_URE_DL_DIR; @@ -998,6 +1005,7 @@ Module gid_Module_Root_Ure_Hidden gid_Unixlink_File_Dl_Rmcxt, gid_File_Dl_Store, gid_Unixlink_File_Dl_Store, + gid_File_Dl_Unoidl, gid_File_Dl_Xmlreader, gid_File_Dl_Jvmaccess, gid_Unixlink_File_Dl_Jvmaccess, |