diff options
-rw-r--r-- | Module_tail_build.mk | 1 | ||||
-rw-r--r-- | Repository.mk | 1 | ||||
-rw-r--r-- | RepositoryModule_ooo.mk | 1 | ||||
-rw-r--r-- | scp2/source/writer/file_writer.scp | 4 |
4 files changed, 5 insertions, 2 deletions
diff --git a/Module_tail_build.mk b/Module_tail_build.mk index 1041dcefb627..1086afd63304 100644 --- a/Module_tail_build.mk +++ b/Module_tail_build.mk @@ -29,6 +29,7 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\ dbaccess \ fileaccess \ formula \ + hwpfilter \ lotuswordpro \ padmin \ reportdesign \ diff --git a/Repository.mk b/Repository.mk index 7e935f80f9fa..c167dfc168ef 100644 --- a/Repository.mk +++ b/Repository.mk @@ -71,6 +71,7 @@ $(eval $(call gb_Helper_register_libraries,OOOLIBS, \ fwk \ fwl \ fwm \ + hwp \ i18npaper \ lng \ lwpft \ diff --git a/RepositoryModule_ooo.mk b/RepositoryModule_ooo.mk index 7afc0168175c..19426173c9ea 100644 --- a/RepositoryModule_ooo.mk +++ b/RepositoryModule_ooo.mk @@ -38,6 +38,7 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ forms \ formula \ framework \ + hwpfilter \ lotuswordpro \ oox \ padmin \ diff --git a/scp2/source/writer/file_writer.scp b/scp2/source/writer/file_writer.scp index 32b151633f67..ea6502445a66 100644 --- a/scp2/source/writer/file_writer.scp +++ b/scp2/source/writer/file_writer.scp @@ -27,9 +27,9 @@ #include "macros.inc" -STD_LIB_FILE( gid_File_Lib_Swd , swd) +STD_LIB_FILE(gid_File_Lib_Swd, swd) -SPECIAL_LIB_FILE(gid_File_Lib_Hwpreader, hwp) +STD_LIB_FILE(gid_File_Lib_Hwpreader, hwp) File gid_File_Exe_Swriter BIN_FILE_BODY; |