diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-01-28 12:49:53 +0100 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2011-01-28 12:49:53 +0100 |
commit | db66b65ad827a60b08e1016d7b6f6da73e759ebc (patch) | |
tree | 5dd897f514f940eb7e5556e9e317139146cd8748 /scp2 | |
parent | dd352f2bddf1db8008f3168a901244622ff5fb88 (diff) |
gnumake3: remove comphelper version; fix including extract.hxx
Diffstat (limited to 'scp2')
-rwxr-xr-x | scp2/source/ooo/file_library_ooo.scp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 3673a32e92e5..9e83554af800 100755 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -160,9 +160,9 @@ SPECIAL_COMPONENT_LIB_FILE( gid_File_Lib_Cmdmail, cmdmail.uno ) File gid_File_Lib_Comphelper2 TXT_FILE_BODY; #ifdef UNX - Name = STRING(CONCAT3(libcomphelp4,COMID,UNXSUFFIX)); + Name = STRING(CONCAT3(libcomphelp,COMID,UNXSUFFIX)); #else - Name = STRING(CONCAT3(comphelp4,COMID,.dll)); + Name = STRING(CONCAT3(comphelp,COMID,.dll)); #endif Dir = SCP2_OOO_BIN_DIR; Styles = (PACKED); |