update dev300-m58
[ooovba.git] / scp2 / source / sdkoo / sdkoo.scp
blob3d0df224613479ec946dc279ea56a94f27377819
1 /*************************************************************************
3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4  * 
5  * Copyright 2008 by Sun Microsystems, Inc.
6  *
7  * OpenOffice.org - a multi-platform office productivity suite
8  *
9  * $RCSfile: sdkoo.scp,v $
10  * $Revision: 1.7 $
11  *
12  * This file is part of OpenOffice.org.
13  *
14  * OpenOffice.org is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU Lesser General Public License version 3
16  * only, as published by the Free Software Foundation.
17  *
18  * OpenOffice.org is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21  * GNU Lesser General Public License version 3 for more details
22  * (a copy is included in the LICENSE file that accompanied this code).
23  *
24  * You should have received a copy of the GNU Lesser General Public License
25  * version 3 along with OpenOffice.org.  If not, see
26  * <http://www.openoffice.org/license.html>
27  * for a copy of the LGPLv3 License.
28  *
29 ************************************************************************/
31 #include "macros.inc"
33 Installation gid_Installation_Sdk
34     ProductName = "${PRODUCTNAME}";
35     ProductVersion = "${PRODUCTVERSION}";
36     ProductExtension = "${PRODUCTEXTENSION}";
37     OOoBaseVersion = "${OOOBASEVERSION}";
38 #if defined WNT
39     DefaultDestPath = "<winprogpath>\%PRODUCTNAME";
40 #else
41     DefaultDestPath = "/opt/%PRODUCTNAME";
42 #endif
43 End
45 DataCarrier gid_Datacarrier
46     Name = "%PRODUCTNAME %PRODUCTVERSION";
47     DiskNo = 1;
48 End
50 #ifndef MACOSX
52 #ifndef WNT
53 Directory gid_Dir_Ooo_Openofficeorg_Sdk
54     ParentID = PREDEFINED_PROGDIR;
55   #ifdef WNT
56     HostName = "${BASISROOTNAME}";
57   #else
58     HostName = ".";
59   #endif
60 End
61 #endif
63 #ifndef WNT
64 Directory gid_Dir_Ooo_Basis_Sdk
65     ParentID = gid_Dir_Ooo_Openofficeorg_Sdk;
66   #ifdef WNT
67     HostName = "Basis ${OOOBASEVERSION}";
68   #else
69     HostName = "basis${OOOBASEVERSION}";
70   #endif
71     Styles = (BASISDIRECTORY);
72 End
73 #endif
75 #endif
77 Directory gid_Dir_Basis_Sdk
78 #if defined MACOSX
79     ParentID = PREDEFINED_PROGDIR;
80     DosName = "OpenOffice.org${OOOBASEVERSION}_SDK";
81 #else
82   #if defined WNT
83     ParentID = PREDEFINED_PROGDIR;
84   #else
85     ParentID = gid_Dir_Ooo_Basis_Sdk;
86   #endif
87     DosName = "sdk";
88 #endif
89 End
92 #if defined MACOSX
93 ScpAction scp_Copy_License_Html_Sdk
94     README_TXT_ALL_LANG(Copy, LICENSE, html);
95     README_TXT_ALL_LANG(Name, LICENSE, html);
96     Styles = (SCPZIP_REPLACE);
97     Subdir = "LICENSEs";
98 End
100 ScpAction scp_Copy_License_Txt_Sdk
101     README_ALL_LANG(Copy, LICENSE);
102     README_ALL_LANG(Name, LICENSE);
103     Styles = (SCPZIP_REPLACE);
104     Subdir = "LICENSEs";
106 #endif
109 Directory gid_Dir_Share_Sdk
110     ParentID = gid_Dir_Basis_Sdk;
111     DosName = "share";
114 Directory gid_Dir_Share_Readme_Sdk
115     ParentID = gid_Dir_Share_Sdk;
116     DosName = "readme";
120 Module gid_Module_Root_SDK
121     Name = "sdkoo";
122     Description = "sdkoo";
123     PackageInfo = "packinfo_sdkoo.txt";
127 File gid_File_Txt_License
128     TXT_FILE_BODY;
129     Dir = gid_Dir_Share_Readme_Sdk;
130   #ifdef UNX
131     Name = "LICENSE_en-US";
132   #endif
133   #ifdef WNT
134     Name = "license_en-US.txt";
135   #endif
136     Styles = (PACKED, SCPZIP_REPLACE);
139 File gid_File_Txt_License_Html
140     TXT_FILE_BODY;
141     Dir = gid_Dir_Share_Readme_Sdk;
142   #ifdef UNX
143     Name = "LICENSE_en-US.html";
144   #endif
145   #ifdef WNT
146     Name = "license_en-US.html";
147   #endif
148     Styles = (PACKED, SCPZIP_REPLACE);
151 File gid_File_Txt_Readme
152     TXT_FILE_BODY;
153     Dir = gid_Dir_Share_Readme_Sdk;
154   #ifdef UNX
155     Name = "README_en-US";
156   #endif
157   #ifdef WNT
158     Name = "readme_en-US.txt";
159   #endif
160     Styles = (PACKED, SCPZIP_REPLACE);
163 File gid_File_Txt_Readme_Html
164     TXT_FILE_BODY;
165     Dir = gid_Dir_Share_Readme_Sdk;
166   #ifdef UNX
167     Name = "README_en-US.html";
168   #endif
169   #ifdef WNT
170     Name = "readme_en-US.html";
171   #endif
172     Styles = (PACKED, SCPZIP_REPLACE);
176 File gid_File_Zip_Odkexamples
177     TXT_FILE_BODY;
178     Dir = gid_Dir_Basis_Sdk;
179     Name = "odkexamples.zip";
180     Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
184 File gid_File_Zip_Odkcommon
185     TXT_FILE_BODY;
186     Dir = gid_Dir_Basis_Sdk;
187     Name = "odkcommon.zip";
188     Styles = (ARCHIVE,USE_INTERNAL_RIGHTS);
191 #if (!defined(WNT) && !defined( MACOSX) )
192 Directory gid_Dir_Lib_Sdk    
193     Styles = (CREATE);
194     ParentID = gid_Dir_Basis_Sdk;
195     DosName = "lib";
197 #endif
199 #if (!defined(WNT) && !defined( MACOSX) )
200 Unixlink gid_Unixlink_Sal_Link_Sdk
201     BIN_FILE_BODY;
202     Styles = ();
203     Name = SCP2_URE_DL_UNO_NORMAL("sal");
204     Dir = gid_Dir_Lib_Sdk;
205     Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_VER("sal", "3");
207 #endif
209 #if (!defined(WNT) && !defined( MACOSX) )
210 Unixlink gid_Unixlink_Salhelper_Link_Sdk
211     BIN_FILE_BODY;
212     Styles = ();
213     Name = SCP2_URE_DL_UNO_COMID_NORMAL("salhelper");
214     Dir = gid_Dir_Lib_Sdk;
215     Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_COMID_VER("salhelper", "3");
217 #endif
219 #if (!defined(WNT) && !defined( MACOSX) )
220 Unixlink gid_Unixlink_Cppu_Link_Sdk
221     BIN_FILE_BODY;
222     Styles = ();
223     Name = SCP2_URE_DL_UNO_NORMAL("cppu");
224     Dir = gid_Dir_Lib_Sdk;
225     Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_VER("cppu", "3");
227 #endif
229 #if (!defined(WNT) && !defined( MACOSX) )
230 Unixlink gid_Unixlink_Cppuhelper_Link_Sdk
231     BIN_FILE_BODY;
232     Styles = ();
233     // Styles = (LAYERLINK);
234     Name = SCP2_URE_DL_UNO_COMID_NORMAL("cppuhelper");
235     Dir = gid_Dir_Lib_Sdk;
236     Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_COMID_VER("cppuhelper", "3");
238 #endif
240 #if (!defined(WNT) && !defined( MACOSX) )
241 Unixlink gid_Unixlink_Purpenvhelper_Link_Sdk
242     BIN_FILE_BODY;
243     Styles = ();
244     Name = SCP2_URE_DL_UNO_COMID_NORMAL("purpenvhelper");
245     Dir = gid_Dir_Lib_Sdk;
246     Target = "../../ure-link/lib/" SCP2_URE_DL_UNO_COMID_VER("purpenvhelper", "3");
248 #endif