2009-07-31 11:40:04 +0200 jsc r274518 : #103926# apply patch 2009-07-16 17:17:01 +0200 jsc r274063 : #i103311# check new Solaris compiler version ox5100 2009-07-07 17:20:41 +0200 jsc r273811 : cleanup 2009-07-07 15:21:26 +0200 jsc r273799 : #98322# correct LD_LIBRARY_PATH, sdk/lib dir instead of sdkout/platfrom/lib, all unix excepting mac 2009-07-07 15:07:05 +0200 jsc r273798 : #i98322# correct link 2009-07-07 09:43:57 +0200 jsc r273773 : #i98322# correct link path 2009-07-06 15:49:07 +0200 jsc r273749 : #i98322# correct typo 2009-07-06 14:17:27 +0200 jsc r273743 : #i103311# support sunstudio compiler 12u1, version 5.10 (which results in 0x5100) 2009-07-03 13:54:58 +0200 jsc r273693 : #i96576# support opensolaris and enhance docu to relfect usage of gmake 2009-07-02 13:12:02 +0200 jsc r273643 : #i103260# improve fix by using EXECPOST variable 2009-07-02 13:11:30 +0200 jsc r273642 : #i103260# improve fix by using EXECPOST variable 2009-07-02 13:05:35 +0200 jsc r273640 : #i103260# correct typo for windows 2009-07-02 13:01:34 +0200 jsc r273639 : #i103260# provide regview with path as argument 2009-07-01 07:18:01 +0200 jsc r273541 : CWS-TOOLING: rebase CWS jsc320 to trunk@273468 (milestone: DEV300:m51) 2009-06-30 08:01:13 +0200 jsc r273485 : #98322# include import purpenvhelper lib under windows 2009-06-10 15:07:29 +0200 jsc r272815 : CWS-TOOLING: rebase CWS jsc320 to trunk@272291 (milestone: DEV300:m49) 2009-05-27 09:36:23 +0200 jsc r272329 : #i98322# create link for purpenvhelper library in SDK 2009-05-27 09:35:41 +0200 jsc r272328 : #i98322# create link for purpenvhelpr library in SDK 2009-05-14 16:19:41 +0200 jsc r271900 : increase version number in SDK header image 2009-05-14 16:11:05 +0200 jsc r271899 : #i101408# new version 3.2 2009-05-14 15:33:47 +0200 jsc r271894 : #i99163# apply patch to correct wrong tags for autodoc 2009-05-14 14:49:58 +0200 jsc r271889 : #i99707# apply patch to remove unused code
249 lines
5.8 KiB
Plaintext
249 lines
5.8 KiB
Plaintext
/*************************************************************************
|
|
*
|
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
|
*
|
|
* Copyright 2008 by Sun Microsystems, Inc.
|
|
*
|
|
* OpenOffice.org - a multi-platform office productivity suite
|
|
*
|
|
* $RCSfile: sdkoo.scp,v $
|
|
* $Revision: 1.7 $
|
|
*
|
|
* This file is part of OpenOffice.org.
|
|
*
|
|
* OpenOffice.org is free software: you can redistribute it and/or modify
|
|
* it under the terms of the GNU Lesser General Public License version 3
|
|
* only, as published by the Free Software Foundation.
|
|
*
|
|
* OpenOffice.org is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU Lesser General Public License version 3 for more details
|
|
* (a copy is included in the LICENSE file that accompanied this code).
|
|
*
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
* version 3 along with OpenOffice.org. If not, see
|
|
* <http://www.openoffice.org/license.html>
|
|
* for a copy of the LGPLv3 License.
|
|
*
|
|
************************************************************************/
|
|
|
|
#include "macros.inc"
|
|
|
|
Installation gid_Installation_Sdk
|
|
ProductName = "${PRODUCTNAME}";
|
|
ProductVersion = "${PRODUCTVERSION}";
|
|
ProductExtension = "${PRODUCTEXTENSION}";
|
|
OOoBaseVersion = "${OOOBASEVERSION}";
|
|
#if defined WNT
|
|
DefaultDestPath = "<winprogpath>\%PRODUCTNAME";
|
|
#else
|
|
DefaultDestPath = "/opt/%PRODUCTNAME";
|
|
#endif
|
|
End
|
|
|
|
DataCarrier gid_Datacarrier
|
|
Name = "%PRODUCTNAME %PRODUCTVERSION";
|
|
DiskNo = 1;
|
|
End
|
|
|
|
#ifndef MACOSX
|
|
|
|
#ifndef WNT
|
|
Directory gid_Dir_Ooo_Openofficeorg_Sdk
|
|
ParentID = PREDEFINED_PROGDIR;
|
|
#ifdef WNT
|
|
HostName = "${BASISROOTNAME}";
|
|
#else
|
|
HostName = "${UNIXBASISROOTNAME}";
|
|
#endif
|
|
End
|
|
#endif
|
|
|
|
#ifndef WNT
|
|
Directory gid_Dir_Ooo_Basis_Sdk
|
|
ParentID = gid_Dir_Ooo_Openofficeorg_Sdk;
|
|
#ifdef WNT
|
|
HostName = "Basis ${OOOBASEVERSION}";
|
|
#else
|
|
HostName = "basis${OOOBASEVERSION}";
|
|
#endif
|
|
Styles = (BASISDIRECTORY);
|
|
End
|
|
#endif
|
|
|
|
#endif
|
|
|
|
Directory gid_Dir_Basis_Sdk
|
|
#if defined MACOSX
|
|
ParentID = PREDEFINED_PROGDIR;
|
|
DosName = "OpenOffice.org${OOOBASEVERSION}_SDK";
|
|
#else
|
|
#if defined WNT
|
|
ParentID = PREDEFINED_PROGDIR;
|
|
#else
|
|
ParentID = gid_Dir_Ooo_Basis_Sdk;
|
|
#endif
|
|
DosName = "sdk";
|
|
#endif
|
|
End
|
|
|
|
|
|
#if defined MACOSX
|
|
ScpAction scp_Copy_License_Html_Sdk
|
|
README_TXT_ALL_LANG(Copy, LICENSE, html);
|
|
README_TXT_ALL_LANG(Name, LICENSE, html);
|
|
Styles = (SCPZIP_REPLACE);
|
|
Subdir = "LICENSEs";
|
|
End
|
|
|
|
ScpAction scp_Copy_License_Txt_Sdk
|
|
README_ALL_LANG(Copy, LICENSE);
|
|
README_ALL_LANG(Name, LICENSE);
|
|
Styles = (SCPZIP_REPLACE);
|
|
Subdir = "LICENSEs";
|
|
End
|
|
#endif
|
|
|
|
|
|
Directory gid_Dir_Share_Sdk
|
|
ParentID = gid_Dir_Basis_Sdk;
|
|
DosName = "share";
|
|
End
|
|
|
|
Directory gid_Dir_Share_Readme_Sdk
|
|
ParentID = gid_Dir_Share_Sdk;
|
|
DosName = "readme";
|
|
End
|
|
|
|
|
|
Module gid_Module_Root
|
|
Name = "sdkoo";
|
|
Description = "sdkoo";
|
|
PackageInfo = "packinfo_sdkoo.txt";
|
|
End
|
|
|
|
|
|
File gid_File_Txt_License
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Share_Readme_Sdk;
|
|
#ifdef UNX
|
|
Name = "LICENSE_en-US";
|
|
#endif
|
|
#ifdef WNT
|
|
Name = "license_en-US.txt";
|
|
#endif
|
|
Styles = (PACKED, SCPZIP_REPLACE);
|
|
End
|
|
|
|
File gid_File_Txt_License_Html
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Share_Readme_Sdk;
|
|
#ifdef UNX
|
|
Name = "LICENSE_en-US.html";
|
|
#endif
|
|
#ifdef WNT
|
|
Name = "license_en-US.html";
|
|
#endif
|
|
Styles = (PACKED, SCPZIP_REPLACE);
|
|
End
|
|
|
|
File gid_File_Txt_Readme
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Share_Readme_Sdk;
|
|
#ifdef UNX
|
|
Name = "README_en-US";
|
|
#endif
|
|
#ifdef WNT
|
|
Name = "readme_en-US.txt";
|
|
#endif
|
|
Styles = (PACKED, SCPZIP_REPLACE);
|
|
End
|
|
|
|
File gid_File_Txt_Readme_Html
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Share_Readme_Sdk;
|
|
#ifdef UNX
|
|
Name = "README_en-US.html";
|
|
#endif
|
|
#ifdef WNT
|
|
Name = "readme_en-US.html";
|
|
#endif
|
|
Styles = (PACKED, SCPZIP_REPLACE);
|
|
End
|
|
|
|
|
|
File gid_File_Zip_Odkexamples
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Basis_Sdk;
|
|
Name = "odkexamples.zip";
|
|
Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
|
|
End
|
|
|
|
|
|
File gid_File_Zip_Odkcommon
|
|
TXT_FILE_BODY;
|
|
Dir = gid_Dir_Basis_Sdk;
|
|
Name = "odkcommon.zip";
|
|
Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
|
|
End
|
|
|
|
#if (!defined(WNT) && !defined( MACOSX) )
|
|
Directory gid_Dir_Lib_Sdk
|
|
Styles = (CREATE);
|
|
ParentID = gid_Dir_Basis_Sdk;
|
|
DosName = "lib";
|
|
End
|
|
#endif
|
|
|
|
#if (!defined(WNT) && !defined( MACOSX) )
|
|
Unixlink gid_Unixlink_Sal_Link_Sdk
|
|
BIN_FILE_BODY;
|
|
Styles = ();
|
|
Name = SCP2_URE_DL_UNO_NORMAL("sal");
|
|
Dir = gid_Dir_Lib_Sdk;
|
|
Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_VER("sal", "3");
|
|
End
|
|
#endif
|
|
|
|
#if (!defined(WNT) && !defined( MACOSX) )
|
|
Unixlink gid_Unixlink_Salhelper_Link_Sdk
|
|
BIN_FILE_BODY;
|
|
Styles = ();
|
|
Name = SCP2_URE_DL_UNO_COMID_NORMAL("salhelper");
|
|
Dir = gid_Dir_Lib_Sdk;
|
|
Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_COMID_VER("salhelper", "3");
|
|
End
|
|
#endif
|
|
|
|
#if (!defined(WNT) && !defined( MACOSX) )
|
|
Unixlink gid_Unixlink_Cppu_Link_Sdk
|
|
BIN_FILE_BODY;
|
|
Styles = ();
|
|
Name = SCP2_URE_DL_UNO_NORMAL("cppu");
|
|
Dir = gid_Dir_Lib_Sdk;
|
|
Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_VER("cppu", "3");
|
|
End
|
|
#endif
|
|
|
|
#if (!defined(WNT) && !defined( MACOSX) )
|
|
Unixlink gid_Unixlink_Cppuhelper_Link_Sdk
|
|
BIN_FILE_BODY;
|
|
Styles = ();
|
|
// Styles = (LAYERLINK);
|
|
Name = SCP2_URE_DL_UNO_COMID_NORMAL("cppuhelper");
|
|
Dir = gid_Dir_Lib_Sdk;
|
|
Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_COMID_VER("cppuhelper", "3");
|
|
End
|
|
#endif
|
|
|
|
#if (!defined(WNT) && !defined( MACOSX) )
|
|
Unixlink gid_Unixlink_Purpenvhelper_Link_Sdk
|
|
BIN_FILE_BODY;
|
|
Styles = ();
|
|
Name = SCP2_URE_DL_UNO_COMID_NORMAL("purpenvhelper");
|
|
Dir = gid_Dir_Lib_Sdk;
|
|
Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_COMID_VER("purpenvhelper", "3");
|
|
End
|
|
#endif
|