diff options
author | Peter Foley <pefoley2@verizon.net> | 2011-09-18 10:40:37 -0400 |
---|---|---|
committer | Peter Foley <pefoley2@verizon.net> | 2011-09-18 19:17:17 -0400 |
commit | 4478b739ddade09425d496cbddee1542fdfd5e9b (patch) | |
tree | 46e887de059e7d84f8ce62c0e46ea4c7c879c05e /scp2 | |
parent | 61d6a6b0efa09cd19da46bfc328d8b658c2ba845 (diff) |
convert bean to gbuild and add to tail_build
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index fba6b097f125..6849d2d53cfb 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -939,16 +939,7 @@ STD_LIB_FILE( gid_File_Lib_Offacc, offacc) #ifdef SOLAR_JAVA #ifndef MACOSX -File gid_File_Lib_Officebean - TXT_FILE_BODY; - Styles = (PACKED); - Dir = SCP2_OOO_BIN_DIR; - #ifdef UNX - Name = STRING(CONCAT2(libofficebean,UNXSUFFIX)); - #else - Name = "officebean.dll"; - #endif -End +STD_LIB_FILE(gid_File_Lib_Officebean, officebean) #endif #endif |