diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2008-06-03 08:18:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2008-06-03 08:18:42 +0000 |
commit | 0431f3bffcc915bd19cee0514dc82dced0d6a6a9 (patch) | |
tree | 552807e6f46e99f70b528a3cc58fa36da5f82666 /scp2 | |
parent | d4d826b937021961f978f7af6815544170ba1d92 (diff) |
INTEGRATION: CWS rt28 (1.286.52); FILE MERGED
2008/05/27 14:33:12 rt 1.286.52.1: #i89999# libsndfile and libportaudio have been obsoleted by CWS unifysound01.
Diffstat (limited to 'scp2')
-rw-r--r-- | scp2/source/ooo/file_library_ooo.scp | 56 |
1 files changed, 1 insertions, 55 deletions
diff --git a/scp2/source/ooo/file_library_ooo.scp b/scp2/source/ooo/file_library_ooo.scp index 930a0280e9d5..7404c4b5d702 100644 --- a/scp2/source/ooo/file_library_ooo.scp +++ b/scp2/source/ooo/file_library_ooo.scp @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: file_library_ooo.scp,v $ - * $Revision: 1.286 $ + * $Revision: 1.287 $ * * This file is part of OpenOffice.org. * @@ -1855,60 +1855,6 @@ File gid_File_Lib_Vcl RegistryID = gid_Starregistry_Services_Rdb; End -#ifdef USE_PASF - -#ifndef SYSTEM_PORTAUDIO - -File gid_File_Lib_Portaudio - TXT_FILE_BODY; - Name = STRING(CONCAT3(libportaudio,UNXSUFFIX,.0.0.18)); - Dir = gid_Dir_Program; - Styles = (PACKED); -End - -Shortcut gid_Shortcut_Lib_Portaudio - FileID = gid_File_Lib_Portaudio; - Dir = gid_Dir_Program; - Name = STRING(CONCAT3(libportaudio,UNXSUFFIX,.0)); - Styles = (NETWORK, RELATIVE); -End - -Shortcut gid_Shortcut_Lib_Portaudio_2 - ShortcutID = gid_Shortcut_Lib_Portaudio; - Dir = gid_Dir_Program; - Name = STRING(CONCAT2(libportaudio,UNXSUFFIX)); - Styles = (NETWORK, RELATIVE); -End - -#endif - -#ifndef SYSTEM_SNDFILE - -File gid_File_Lib_Sndfile - TXT_FILE_BODY; - Name = STRING(CONCAT3(libsndfile,UNXSUFFIX,.1.0.9)); - Dir = gid_Dir_Program; - Styles = (PACKED); -End - -Shortcut gid_Shortcut_Lib_Sndfile - FileID = gid_File_Lib_Sndfile; - Dir = gid_Dir_Program; - Name = STRING(CONCAT3(libsndfile,UNXSUFFIX,.1)); - Styles = (NETWORK, RELATIVE); -End - -Shortcut gid_Shortcut_Lib_Sndfile_2 - ShortcutID = gid_Shortcut_Lib_Sndfile; - Dir = gid_Dir_Program; - Name = STRING(CONCAT2(libsndfile,UNXSUFFIX)); - Styles = (NETWORK, RELATIVE); -End - -#endif - -#endif - File gid_File_Lib_Vos TXT_FILE_BODY; #ifdef UNX |